Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Last active July 14, 2021 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryujaehun/ebce3e07e24c49cd95add2d363706a82 to your computer and use it in GitHub Desktop.
Save ryujaehun/ebce3e07e24c49cd95add2d363706a82 to your computer and use it in GitHub Desktop.
my example
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"];
};
}
);
}
);
@ryujaehun
Copy link
Author

https://github.com/PixlOne/logiops
요거로 설치하고 실행만 하면 마우스 세팅끝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment