Skip to content

Instantly share code, notes, and snippets.

@dbohdan
Last active October 8, 2025 20:20
Show Gist options
  • Select an option

  • Save dbohdan/c6521842f742c0e268e2ba1c9820bb62 to your computer and use it in GitHub Desktop.

Select an option

Save dbohdan/c6521842f742c0e268e2ba1c9820bb62 to your computer and use it in GitHub Desktop.
# My extra-keys.
extra-keys = [ \
[ \
{key: ESC, popup: {macro: "CTRL b d", display: DET}}, \
{key: "/", popup: BACKSLASH}, \
{key: -, popup: KEYBOARD}, \
{key: HOME, display: HOM}, \
UP, \
END, \
{key: DEL, popup: {key: INS}}, \
{key: PGUP, display: PGU} \
], [ \
TAB, \
{key: CTRL, display: CTL, popup: ALT}, \
{key: |, popup: {key: SHIFT, display: "⇧"}}, \
{key: LEFT, popup: {macro: "CTRL b p", display: PRV}}, \
DOWN, \
{key: RIGHT, popup: {macro: "CTRL b n", display: NXT}}, \
{key: SHIFT, display: ⇧, popup: {key: CTRL, display: CTL}}, \
{key: PGDN, display: PGD} \
] \
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment