summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2008-11-29 19:20:41 +0000
committerSergey V. Udaltsov <svu@gnome.org>2008-11-29 19:20:41 +0000
commitf79b37fdaae29d6d1e6d1fe1336c9865961810da (patch)
treef421a6d3d98b3d91d4a162136f5df4cfe59ceec8 /compat
parent5fb263bc96b4e7015b35627828cbb0c99bdb3dde (diff)
using Level5 keysyms in compat, b.fd.o#4411
Diffstat (limited to 'compat')
-rw-r--r--compat/level515
1 files changed, 6 insertions, 9 deletions
diff --git a/compat/level5 b/compat/level5
index db87d4dc..6c2da991 100644
--- a/compat/level5
+++ b/compat/level5
@@ -14,34 +14,31 @@ default partial xkb_compatibility "default" {
latchMods.clearLocks= True;
latchMods.latchToLock= True;
- //ISO_Level5_Shift
- interpret 0xfe11+Any {
+ interpret ISO_Level5_Shift+Any {
useModMapMods= level1;
virtualModifier= LevelFive;
action= SetMods(modifiers=LevelFive);
};
- interpret 0xfe11 {
+ interpret ISO_Level5_Shift {
action= SetMods(modifiers=LevelFive);
};
- //ISO_Level5_Latch
- interpret 0xfe12+Any {
+ interpret ISO_Level5_Latch+Any {
virtualModifier= LevelFive;
action= LatchMods(modifiers=LevelFive);
};
- interpret 0xfe12 {
+ interpret ISO_Level5_Latch {
action= LatchMods(modifiers=LevelFive);
};
- //ISO_Level5_Lock
- interpret 0xfe13+Any {
+ interpret ISO_Level5_Lock+Any {
virtualModifier= LevelFive;
action= LockMods(modifiers=LevelFive);
};
- interpret 0xfe13 {
+ interpret ISO_Level5_Lock {
action= LockMods(modifiers=LevelFive);
};
};