You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
384 B
12 lines
384 B
extra-keys = [[ \
|
|
{key: ESC, popup: {macro: "CTRL g", display: "C-g"}}, \
|
|
{key: CTRL, popup: {macro: "CTRL x", display: "C-x"}}, \
|
|
{key: ALT, popup: {macro: "ALT x", display: "M-x"}}, \
|
|
{key: TAB}, \
|
|
{key: DEL, popup: {macro: "CTRL k", display: C-k}}, \
|
|
{key: LEFT, popup: HOME}, \
|
|
{key: DOWN, popup: PGDN}, \
|
|
{key: UP, popup: PGUP}, \
|
|
{key: RIGHT, popup: END} \
|
|
]]
|