Skip to content
#

mouse

Here are 904 public repositories matching this topic...

input-remapper
sezanzeb
sezanzeb commented Feb 23, 2022

hold_keys(KEY_A, KEY_B) would be equivalent to KEY_A + KEY_B and modify(KEY_A, hold(KEY_B))

but a bit more user friendly.

if_tap(
  key(KEY_ESC),
  modify(
    KEY_LEFTSHIFT,
    modify(
      KEY_LEFTCTRL,
      modify(
        KEY_LEFTMETA,
        hold(KEY_LEFTALT)
      )
    )
  ),
  300
)

would become

if_tap(
  key(KEY_ESC),
  hold_keys(KEY

Improve this page

Add a description, image, and links to the mouse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mouse topic, visit your repo's landing page and select "manage topics."

Learn more