mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional
confusion.
This commit is contained in:
parent
f0aad68aee
commit
e3225bc4e3
1 changed files with 4 additions and 0 deletions
|
|
@ -55,7 +55,11 @@ const struct {
|
|||
{ "Home", KEYC_HOME },
|
||||
{ "End", KEYC_END },
|
||||
{ "NPage", KEYC_NPAGE },
|
||||
{ "PageDown", KEYC_NPAGE },
|
||||
{ "PgDn", KEYC_NPAGE },
|
||||
{ "PPage", KEYC_PPAGE },
|
||||
{ "PageUp", KEYC_PPAGE },
|
||||
{ "PgUp", KEYC_PPAGE },
|
||||
{ "Tab", '\011' },
|
||||
{ "BTab", KEYC_BTAB },
|
||||
{ "Space", ' ' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue