summaryrefslogtreecommitdiff
path: root/symbols/gb
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-10 17:03:17 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-20 10:20:32 +0200
commit0858b7ddc8867836bb4be24e1893a0016650adf0 (patch)
tree86e3e1cf7ef5e6f8c7fef80c25f102c1791df9e2 /symbols/gb
parentbe506a88d944d689e9284a52098a5c1d95db3f9c (diff)
downloadxkeyboard-config-0858b7ddc8867836bb4be24e1893a0016650adf0.tar.gz
symbols/gb: put "~" on level 3 of the backslash key for Colemak layouts
This brings these Colemak layouts a bit closer to the US versions. This fixes issue #254. Requested-by: Cássio Ávila This change also puts the "~" on level 4 of the TLDE key, as having the same symbol on both level 3 and 4 is a waste of possibilities. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/gb')
-rw-r--r--symbols/gb8
1 files changed, 4 insertions, 4 deletions
diff --git a/symbols/gb b/symbols/gb
index 04e4a31..3b02159 100644
--- a/symbols/gb
+++ b/symbols/gb
@@ -106,7 +106,7 @@ xkb_symbols "colemak" {
name[Group1]="English (UK, Colemak)";
- key <TLDE> { [ grave, notsign, bar, bar ] };
+ key <TLDE> { [ grave, notsign, bar, asciitilde ] };
key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
key <AE03> { [ 3, sterling, threesuperior, sterling ] };
key <AE04> { [ 4, dollar, EuroSign, onequarter ] };
@@ -114,7 +114,7 @@ xkb_symbols "colemak" {
key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] };
key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] };
- key <LSGT> { [ backslash, bar, bar, brokenbar ] };
+ key <LSGT> { [ backslash, bar, asciitilde, brokenbar ] };
include "level3(ralt_switch)"
};
@@ -127,7 +127,7 @@ xkb_symbols "colemak_dh" {
name[Group1]="English (UK, Colemak-DH)";
- key <TLDE> { [ grave, notsign, bar, bar ] };
+ key <TLDE> { [ grave, notsign, bar, asciitilde ] };
key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
key <AE03> { [ 3, sterling, threesuperior, sterling ] };
key <AE04> { [ 4, dollar, EuroSign, onequarter ] };
@@ -135,7 +135,7 @@ xkb_symbols "colemak_dh" {
key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] };
key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] };
- key <AB05> { [ backslash, bar, bar, brokenbar ] };
+ key <AB05> { [ backslash, bar, asciitilde, brokenbar ] };
include "level3(ralt_switch)"
};