mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 03:11:46 +00:00
oops
This commit is contained in:
parent
b833451018
commit
369bb39d2a
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@ from PyQt5.QtCore import Qt, QObject, QEvent
|
|||
CTRL_MASK = 0b10011111
|
||||
|
||||
key_map = {
|
||||
Qt.Key_Up: '[A',
|
||||
Qt.Key_Down: '[B',
|
||||
Qt.Key_Left: '[D',
|
||||
Qt.Key_Right: '[C',
|
||||
Qt.Key_Up: 'OA',
|
||||
Qt.Key_Down: 'OB',
|
||||
Qt.Key_Left: 'OD',
|
||||
Qt.Key_Right: 'OC',
|
||||
Qt.Key_Home: 'OH',
|
||||
Qt.Key_End: 'OF',
|
||||
Qt.Key_Insert: '[2~',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue