Created
June 2, 2024 13:20
-
-
Save cxx/93d8ca1b4b2aab5928e87f7d5ef68885 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
device_name = "ELECOM ELECOM UltimateLaser Mouse" | |
[[dual_role]] | |
input = "BTN_SIDE" | |
hold = ["KEY_LEFTCTRL"] | |
tap = ["BTN_SIDE"] | |
[[dual_role]] | |
input = "BTN_EXTRA" | |
hold = ["KEY_LEFTSHIFT"] | |
tap = ["BTN_EXTRA"] | |
[[remap]] | |
input = ["BTN_BACK"] | |
output = ["KEY_PAGEDOWN"] | |
[[remap]] | |
input = ["BTN_FORWARD"] | |
output = ["KEY_PAGEUP"] | |
[[remap]] | |
input = ["BTN_TASK"] | |
output = ["KEY_LEFTMETA"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment