Merge pull request #61 from theendlessriver13/fix_CTL_HOME_END_on_win

fix jump to top/end of file on windows
This commit is contained in:
Anthony Sottile
2020-05-08 15:56:16 -07:00
committed by GitHub

View File

@@ -81,6 +81,8 @@ KEYNAME_REWRITE = {
b'CTL_DOWN': b'kDN5',
b'CTL_RIGHT': b'kRIT5',
b'CTL_LEFT': b'kLFT5',
b'CTL_HOME': b'kHOM5',
b'CTL_END': b'kEND5',
b'ALT_RIGHT': b'kRIT3',
b'ALT_LEFT': b'kLFT3',
# windows-curses: idk why these are different