summaryrefslogtreecommitdiff
path: root/types/basic
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-29 17:46:03 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-29 17:47:22 +0200
commita0a3892dd6fb010327745c63875ea4094a8d58f6 (patch)
tree5f26e413242a670d8423f59e5d17863034b5e717 /types/basic
parent2bc287ee11c940901573728b56dcdbdce5287b2e (diff)
downloadxkeyboard-config-a0a3892dd6fb010327745c63875ea4094a8d58f6.tar.gz
types: consistently mention Shift before Lock (except for neater types)
Also, use leading tabs where possible, and normalize other whitespace.
Diffstat (limited to 'types/basic')
-rw-r--r--types/basic6
1 files changed, 2 insertions, 4 deletions
diff --git a/types/basic b/types/basic
index 32f05b9..fe0ec91 100644
--- a/types/basic
+++ b/types/basic
@@ -1,10 +1,9 @@
default xkb_types "basic" {
- // Fairly standard definitions for
- // three of the four required key types.
+ // Standard definitions for three of the four required key types.
// The fourth type "KEYPAD" is defined in the "numpad" file.
- virtual_modifiers NumLock;
+ virtual_modifiers NumLock;
type "ONE_LEVEL" {
modifiers = None;
@@ -26,5 +25,4 @@ default xkb_types "basic" {
level_name[Level1] = "Base";
level_name[Level2] = "Caps";
};
-
};