firecat53 / keepmenu

Dmenu/Rofi frontend for Keepass databases
GNU General Public License v3.0
204 stars 32 forks source link

How to set xdotool keyboard layout? #142

Closed Troyciv closed 1 year ago

Troyciv commented 1 year ago

Hi, the autotype feature enters wrong characters (e.g. q instead of @) on my german keyboard. I've set type_library = xdotool and tried adding setxkbmap de and set xkbmap de in my xinitrc. Unfortunately with no success. Anything I'm doing wrong?

$: pip show keepmenu
Name: keepmenu
Version: 1.3.1
$: localectl
   System Locale: LANG=en_US.UTF-8
                  LC_NUMERIC=de_DE.UTF-8
                  LC_TIME=de_DE.UTF-8
                  LC_MONETARY=de_DE.UTF-8
                  LC_PAPER=de_DE.UTF-8
                  LC_NAME=de_DE.UTF-8
                  LC_ADDRESS=de_DE.UTF-8
                  LC_TELEPHONE=de_DE.UTF-8
                  LC_MEASUREMENT=de_DE.UTF-8
                  LC_IDENTIFICATION=de_DE.UTF-8
       VC Keymap: n/a
      X11 Layout: de
       X11 Model: thinkpad60
     X11 Variant: deadtilde
     X11 Options: lv3:ralt_switch,compose:caps
firecat53 commented 1 year ago

So sorry it took so long to respond. If you are still around, can you check if the latest commit on the develop branch fixes the issue for you? Thanks!