mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
xmodmap to remap F13
This commit is contained in:
16
profiles/base/.Xmodmap
Normal file
16
profiles/base/.Xmodmap
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
! 2014-02-19
|
||||||
|
|
||||||
|
! set F13 and others to F keys as is
|
||||||
|
! from http://xahlee.info/linux/linux_xmodmap_f13_f14_f15.html
|
||||||
|
|
||||||
|
! keycode 191 = XF86Tools NoSymbol XF86Tools
|
||||||
|
! keycode 192 = XF86Launch5 NoSymbol XF86Launch5
|
||||||
|
! keycode 193 = XF86Launch6 NoSymbol XF86Launch6
|
||||||
|
! keycode 194 = XF86Launch7 NoSymbol XF86Launch7
|
||||||
|
! keycode 195 = XF86Launch8 NoSymbol XF86Launch8
|
||||||
|
|
||||||
|
keycode 191 = F13 F13 F13
|
||||||
|
keycode 192 = F14 F14 F14
|
||||||
|
keycode 193 = F15 F15 F15
|
||||||
|
keycode 194 = F16 F16 F16
|
||||||
|
keycode 195 = F17 F17 F17
|
||||||
Reference in New Issue
Block a user