summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2020-02-06 18:29:31 +0200
committerMarko Myllynen <myllynen@redhat.com>2020-02-26 21:28:19 +0000
commitb0c1fa1d2e0c3cfd43b1f687bcfe11a5c01bf892 (patch)
treed68e71ef73740c5be099ccf602d09a3e5cda6b83 /types
parent2563f322bb28795f1845419f04a96cd4c6a4c752 (diff)
Consistently declare layouts with "default partial"
Consolidate earlier inconsistent wording variants meaning the same thing to use "default partial" everywhere.
Diffstat (limited to 'types')
-rw-r--r--types/cancel2
-rw-r--r--types/extra2
-rw-r--r--types/iso99952
-rw-r--r--types/level52
-rw-r--r--types/mousekeys2
-rw-r--r--types/nokia2
-rw-r--r--types/numpad2
-rw-r--r--types/pc2
8 files changed, 8 insertions, 8 deletions
diff --git a/types/cancel b/types/cancel
index f738f064..adc9f198 100644
--- a/types/cancel
+++ b/types/cancel
@@ -1,4 +1,4 @@
-partial default xkb_types "Shift_Cancels_Caps" {
+default partial xkb_types "Shift_Cancels_Caps" {
override type "TWO_LEVEL" {
modifiers = Shift+Lock;
diff --git a/types/extra b/types/extra
index e7529f40..3f1e48de 100644
--- a/types/extra
+++ b/types/extra
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
// Defines a type with a four-level shift, similar to the three-level
// type used for iso9995, but it lets the Shift key behave "normally".
diff --git a/types/iso9995 b/types/iso9995
index d3c4e0bf..137a522c 100644
--- a/types/iso9995
+++ b/types/iso9995
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
// A key type which can be used to implement
// an ISO9995-style level-three shift.
diff --git a/types/level5 b/types/level5
index 05707256..19d15520 100644
--- a/types/level5
+++ b/types/level5
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
// Defines a type with an eight-level shift, similar to the three-level
// type used for iso9995, but it lets the Shift key behave "normally".
diff --git a/types/mousekeys b/types/mousekeys
index 901848aa..0bf83842 100644
--- a/types/mousekeys
+++ b/types/mousekeys
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
virtual_modifiers Alt;
type "SHIFT+ALT" {
diff --git a/types/nokia b/types/nokia
index 300fe416..15286f12 100644
--- a/types/nokia
+++ b/types/nokia
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
// A type that is used by Nokia devices and keyboards.
diff --git a/types/numpad b/types/numpad
index 5861f118..01723e95 100644
--- a/types/numpad
+++ b/types/numpad
@@ -1,4 +1,4 @@
-partial default xkb_types "pc" {
+default partial xkb_types "pc" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
diff --git a/types/pc b/types/pc
index 404e3c9e..a9806640 100644
--- a/types/pc
+++ b/types/pc
@@ -1,4 +1,4 @@
-partial default xkb_types "default" {
+default partial xkb_types "default" {
// Some types that are necessary
// for a full implementation of