Skip to content

Instantly share code, notes, and snippets.

@kreudom
Created July 10, 2022 02:36
Show Gist options
  • Save kreudom/87860e7495aab6f6a3269e420c7b1d4e to your computer and use it in GitHub Desktop.
Save kreudom/87860e7495aab6f6a3269e420c7b1d4e to your computer and use it in GitHub Desktop.
native
b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: b (0x62) KeyState: 0x20
shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: B (0x42) KeyState: 0x30
ctrl + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0x28
ctrl + shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0x38
ctrl + alt + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: \0 (0x0) KeyState: 0x2a
ctrl + alt + shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: \0 (0x0) KeyState: 0x3a
altgr + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: \0 (0x0) KeyState: 0x29
german layout
q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: q (0x71) KeyState: 0x20
ctrl + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0x28
ctrl + alt + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: @ (0x40) KeyState: 0x2a
AltGr + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: @ (0x40) KeyState: 0x29
english layout
q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: q (0x71) KeyState: 0x20
ctrl + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0x28
ctrl + alt + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: \0 (0x0) KeyState: 0x2a
AltGr + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: \0 (0x0) KeyState: 0x29
wezterm
b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: b (0x62) KeyState: 0x0
shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: B (0x42) KeyState: 0x0 ! missing state SHIFT
ctrl + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0x8
ctrl + shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0x8 ! missing state SHIFT
ctrl + alt + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0xa ! char should be 0
ctrl + alt + shift + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: ☻ (0x2) KeyState: 0xa ! missing state SHIFT, char should be 0
altgr + b Down: 1 Repeat: 1 KeyCode: 0x42 ScanCode: 0x30 Char: b (0x62) KeyState: 0x9 ! char should be 0
german layout
q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: q (0x71) KeyState: 0x0
ctrl + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0x8
ctrl + alt + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0xa ! char should be 0x40
AltGr + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: @ (0x40) KeyState: 0x9
english layout
q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: q (0x71) KeyState: 0x0
ctrl + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0x8
ctrl + alt + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: ◄ (0x11) KeyState: 0xa ! char should be 0
AltGr + q Down: 1 Repeat: 1 KeyCode: 0x51 ScanCode: 0x10 Char: q (0x71) KeyState: 0x9 ! char should be 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment