diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-04-24 10:23:33 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-04-24 10:23:33 -0400 |
commit | ae230b196e706777cd72dc89843fcd16a7fd9ce6 (patch) | |
tree | 1ff60ae21307227c64567bbc3651dbaf5e201b65 | |
parent | c3d29f2e1206c1b9f038e3f8adf2325996b14d0a (diff) |
xbindkeys
-rw-r--r-- | xbindkeys/.xbindkeysrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xbindkeys/.xbindkeysrc b/xbindkeys/.xbindkeysrc index a4bd883..75fd79a 100644 --- a/xbindkeys/.xbindkeysrc +++ b/xbindkeys/.xbindkeysrc @@ -57,13 +57,13 @@ KP_End "xdotool mouseup 1" Release+KP_End -"xdotool mousedown 2" +"xdotool mousedown 3" KP_Down -"xdotool mouseup 2" +"xdotool mouseup 3" Release+KP_Down -"xdotool mousedown 3" +"xdotool mousedown 2" KP_Next -"xdotool mouseup 3" +"xdotool mouseup 2" Release+KP_Next ################################## |