X Tutup
The Wayback Machine - https://web.archive.org/web/20210106130919/https://github.com/python-xlib/python-xlib/issues/166
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keymap issue Linuxmint 19 ALT_R and ISO_Level3_Shift #166

Open
bitboy85 opened this issue Jun 17, 2020 · 0 comments
Open

Keymap issue Linuxmint 19 ALT_R and ISO_Level3_Shift #166

bitboy85 opened this issue Jun 17, 2020 · 0 comments

Comments

@bitboy85
Copy link

@bitboy85 bitboy85 commented Jun 17, 2020

Hi, while trying to create a pyautogui script i found the following issue.
asweigart/pyautogui#186

I'm not sure if the issue comes from xlib or the underlying os configuration.
i upgraded from Linuxmint 17.1 to 19.3 over the past years. So maybe a config file is wrong as the other guy also has issues with linuxmint.

xev output

KeyRelease event, serial 38, synthetic NO, window 0xb800001,
root 0x1d3, subw 0x0, time 427025833, (-402,200), root:(459,655),
state 0x90, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
XKeysymToKeycode returns keycode: 92
XLookupString gives 0 bytes:
XFilterEvent returns: False

showkey output

key code 100 pressed
key code 100 released

xmodmap -pke

keycode 92 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift
keycode 108 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup