mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Distinguish shifted Pgup and PgDn keys in normal and application mode
Fixes #791
This commit is contained in:
@@ -48,6 +48,8 @@ SHIFTED_KEYS = {
|
||||
defines.GLFW_KEY_RIGHT: key_as_bytes('kRIT'),
|
||||
defines.GLFW_KEY_UP: key_as_bytes('kri'),
|
||||
defines.GLFW_KEY_DOWN: key_as_bytes('kind'),
|
||||
defines.GLFW_KEY_PAGE_UP: modify_complex_key('kpp', 2),
|
||||
defines.GLFW_KEY_PAGE_DOWN: modify_complex_key('knp', 2),
|
||||
}
|
||||
|
||||
control_alt_codes = {
|
||||
|
||||
Reference in New Issue
Block a user