Last active
July 8, 2024 14:25
-
-
Save stgogm/b35836f26fbb8faa3fab0d7f9469fb81 to your computer and use it in GitHub Desktop.
Logid config
This file contains hidden or 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
devices: ({ | |
name: "Wireless Mouse MX Master 3"; | |
dpi: 1200; | |
hiresscroll: { | |
hires: true; | |
invert: false; | |
target: false; | |
}; | |
smartshift: { | |
on: true; | |
threshold: 30; | |
default_threshold: 30; | |
}; | |
buttons: ({ | |
cid: 0xc3; | |
action: { | |
type: "Keypress"; | |
keys: ["KEY_ENTER"]; | |
}; | |
}, { | |
cid: 0x0056; | |
action: { | |
type: "Keypress"; | |
keys: ["KEY_LEFTCTRL", "KEY_V"] | |
}; | |
}, { | |
cid: 0x0053; | |
action: { | |
type: "Keypress"; | |
keys: ["KEY_LEFTCTRL", "KEY_C"] | |
}; | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment