summaryrefslogtreecommitdiff
path: root/compat/level5
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-01-11 13:30:31 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-01-15 00:53:19 +0000
commit804fbad2b9c2f726718f4f6ac7e573db4ef3a175 (patch)
tree1162b4a4c3849dcae0030a157f7c2ad1aa8f7cac /compat/level5
parentd9695269d4bdadae1a6e10b4003f2592eda899a2 (diff)
downloadxkeyboard-config-804fbad2b9c2f726718f4f6ac7e573db4ef3a175.tar.gz
compat/*: Removing trailing whitespace, and standardizing the tabbing.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'compat/level5')
-rw-r--r--compat/level516
1 files changed, 9 insertions, 7 deletions
diff --git a/compat/level5 b/compat/level5
index ac5799e..54f749d 100644
--- a/compat/level5
+++ b/compat/level5
@@ -1,8 +1,9 @@
-// Fairly complete set of symbol interpretations
+// Fairly complete set of symbol interpretations
// to provide reasonable default behavior.
-default partial xkb_compatibility "default" {
- virtual_modifiers LevelFive;
+default partial xkb_compatibility "default" {
+
+ virtual_modifiers LevelFive;
interpret.repeat= False;
setMods.clearLocks= True;
@@ -40,15 +41,16 @@ default partial xkb_compatibility "default" {
};
};
-partial xkb_compatibility "level5_lock" {
+partial xkb_compatibility "level5_lock" {
// This defines a Level5-Lock using the NumLock real modifier
// in order to create arbitrary level-behaviour, which would
// not be possible with the virtual modifier.
// See also: types/level5 : EIGHT_LEVEL_LEVEL_FIVE_LOCK
// See also: symbols/level5(lock)
- virtual_modifiers NumLock;
-
+
+ virtual_modifiers NumLock;
+
interpret ISO_Level5_Lock {
- action = LockMods(modifiers = NumLock);
+ action = LockMods(modifiers = NumLock);
};
};