Merge pull request #64 from theendlessriver13/add_numpad_enter
add numpad enter
This commit is contained in:
@@ -92,6 +92,7 @@ KEYNAME_REWRITE = {
|
||||
b'^?': b'KEY_BACKSPACE',
|
||||
# linux, perhaps others
|
||||
b'^H': b'KEY_BACKSPACE', # ^Backspace on my keyboard
|
||||
b'PADENTER': b'^M', # Enter on numpad
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user