Last active
July 14, 2021 14:25
-
-
Save ryujaehun/ebce3e07e24c49cd95add2d363706a82 to your computer and use it in GitHub Desktop.
my example
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: "MX Vertical Advanced Ergonomic Mouse"; | |
smartshift: | |
{ | |
on: true; | |
threshold: 30; | |
}; | |
hiresscroll: | |
{ | |
hires: true; | |
invert: false; | |
target: false; | |
}; | |
dpi: 1000; | |
buttons: ( | |
{ | |
cid: 0xfd; | |
action = | |
{ | |
type: "Gestures"; | |
gestures: ( | |
{ | |
direction: "Up"; | |
mode: "NoPress" | |
}, | |
{ | |
direction: "Down"; | |
mode: "NoPress" | |
}, | |
{ | |
direction: "Left"; | |
mode: "OnRelease"; | |
action = | |
{ | |
type: "Keypress"; | |
keys: ["KEY_LEFTCTRL","KEY_LEFTALT","KEY_UP"]; | |
}; | |
}, | |
{ | |
direction: "Right"; | |
mode: "OnRelease"; | |
action = | |
{ | |
type: "Keypress"; | |
keys: ["KEY_LEFTCTRL","KEY_LEFTALT","KEY_DOWN"]; | |
}; | |
}, | |
{ | |
direction: "None" | |
mode: "NoPress" | |
} | |
); | |
}; | |
}, | |
{ | |
cid: 0x52; | |
action = | |
{ | |
type: "Keypress"; | |
keys: ["KEY_LEFTCTRL","KEY_W"]; | |
}; | |
} | |
); | |
} | |
); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/PixlOne/logiops
요거로 설치하고 실행만 하면 마우스 세팅끝