diff options
| author | MineralwaterXu <[email protected]> | 2020-12-01 22:25:10 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-12-01 22:25:10 +0800 |
| commit | 6afd5db977528d05470ef27188481e8340a32c54 (patch) | |
| tree | cd38cfaf478cd42ada2fea1d609908d4b410253a /setxmodmap.sh | |
| parent | b5da5b662ac4516a762d086d03af90f71665f71d (diff) | |
set keyboard and mouse
Diffstat (limited to 'setxmodmap.sh')
| -rwxr-xr-x | setxmodmap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setxmodmap.sh b/setxmodmap.sh new file mode 100755 index 0000000..27a1efc --- /dev/null +++ b/setxmodmap.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +setxkbmap us -option -option caps:swapescape +xinput set-button-map 13 1 2 3 4 5 2 2 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
