diff options
author | Alan Pearce | 2015-04-13 09:31:43 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-13 09:31:43 +0100 |
commit | 2f69ec896b7d5d1941efcaa12690655d808e29b6 (patch) | |
tree | 0a39ff146a17d8e2edddd6f9ec51564c7dc50332 /host-marvin | |
parent | 8a0e78e04e42f23cfb09ac6029d45167c00149d4 (diff) | |
download | nixfiles-2f69ec896b7d5d1941efcaa12690655d808e29b6.tar.lz nixfiles-2f69ec896b7d5d1941efcaa12690655d808e29b6.tar.zst nixfiles-2f69ec896b7d5d1941efcaa12690655d808e29b6.zip |
Xmodmap: Fix Alt mapping for external keyboards
Diffstat (limited to 'host-marvin')
-rw-r--r-- | host-marvin/xmodmaprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-marvin/xmodmaprc b/host-marvin/xmodmaprc index 60ae5b76..82a8674f 100644 --- a/host-marvin/xmodmaprc +++ b/host-marvin/xmodmaprc @@ -7,7 +7,7 @@ keycode 108 = Control_R NoSymbol Control_R keycode 107 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift keycode 105 = Super_R NoSymbol Super_R ! For external keyboards -keycode 134 = Super_R NoSymbol Super_R +keycode 134 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift clear Control clear Mod1 |