Numbered bookmarks in Geany became unusable - ctrl+shift+1 print 1 and change code text in editor

,

Code editor Geany have numbered bookmarks plugin
It use ctrl+shift+N (there N is 1-9) for set bookmarks

It was work fine in Fedora 36, but after I try to press ctrl+shift+1 in Fedora 38, it change program code text in editor, adding ! to it.
The same with ctrl+shift 3,4,5 - added #$%, ctrl+shift 6 work fine.

How I can repear this problem ?

This question on Geany Github

Problem was with xim

Now i start geany with such script

#!/bin/sh

unset GTK_IM_MODULE
unset XMODIFIERS

/usr/bin/geany $1 $2 $3

Problem solved by this