Skip to content

Commit

Permalink
Add shortcuts for appscreen default.keytab
Browse files Browse the repository at this point in the history
Add Shift + PgUp/PgDown (used by mcedit)
  • Loading branch information
Vladimir-csp authored and yan12125 committed Feb 16, 2024
1 parent 1b1fba6 commit c1da80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kb-layouts/default.keytab
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ key Up +Shift+AppScreen : "\E[1;*A"
key Down +Shift+AppScreen : "\E[1;*B"
key Left +Shift+AppScreen : "\E[1;*D"
key Right +Shift+AppScreen : "\E[1;*C"
key PgUp +Shift+AppScreen : "\E[5;2~"
key PgDown +Shift+AppScreen : "\E[6;2~"

# Keypad keys with NumLock ON
# (see "Numeric Keypad" section at http://www.nw.com/nw/WWW/products/wizcon/vt100.html )
Expand Down

0 comments on commit c1da80a

Please sign in to comment.