diff options
Diffstat (limited to '.config/keybs/sweep.kbd')
| -rw-r--r-- | .config/keybs/sweep.kbd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/keybs/sweep.kbd b/.config/keybs/sweep.kbd new file mode 100644 index 0000000..e8e02c7 --- /dev/null +++ b/.config/keybs/sweep.kbd @@ -0,0 +1,28 @@ +(defcfg + linux-dev-names-exclude ( + "AT Translated Set 2 keyboard" + "TPPS/2 Elan TrackPoint" + ) +) + +(defalias + mau (movemouse-accel-up 5 1000 1 5) + mal (movemouse-accel-left 5 1000 1 5) + mad (movemouse-accel-down 5 1000 1 5) + mar (movemouse-accel-right 5 1000 1 5) + + mwu (mwheel-up 1 1) + mwl (mwheel-left 1 1) + mwd (mwheel-down 1 1) + mwr (mwheel-right 1 1) +) + +(defsrc + f17 f18 f19 f20 + f21 f22 f23 f24 +) + +(deflayer mouse + @mwl @mwd @mwu @mwr + @mal @mad @mau @mar +) |