summaryrefslogtreecommitdiff
path: root/symbols/vn
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2021-04-07 22:25:12 +0200
committerHans de Goede <hdegoede@redhat.com>2021-04-08 12:35:04 +0200
commitcdd49cb51ecaaca277fb6aa677dbbdd370844d40 (patch)
tree857fb9c5ba6892a597272fc0fe87da5423c33c0a /symbols/vn
parentb072fea90f615e220f4c311230abe2010c13f9b8 (diff)
downloadxkeyboard-config-cdd49cb51ecaaca277fb6aa677dbbdd370844d40.tar.gz
symbols: Move some lang(us) variants from us(euro) to us(basic) as basis
Move some lang(us) variants from us(euro) to us(basic) as basis, adding the: include "level3(ralt_switch)" include "eurosign(5)" To the changed over variants (where not already present) so that there are no functional changes. This is a preparation patch for changing the mapping of LSGT to backslash/bar in the "us(euro)" variant. First making sure that no other variants derive from the "us(euro)" variant, ensures that this change will not impact any other variants. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'symbols/vn')
-rw-r--r--symbols/vn10
1 files changed, 8 insertions, 2 deletions
diff --git a/symbols/vn b/symbols/vn
index 407115f..8cd6a06 100644
--- a/symbols/vn
+++ b/symbols/vn
@@ -41,7 +41,7 @@ xkb_symbols "basic" {
partial alphanumeric_keys
xkb_symbols "us" {
- include "us(euro)"
+ include "us(basic)"
name[Group1]= "Vietnamese (US)";
key <TLDE> { [dead_grave, dead_tilde, grave, asciitilde ] };
@@ -59,6 +59,9 @@ xkb_symbols "us" {
key <AB09> { [dead_belowdot, greater, period ] };
key <AB10> { [ dead_hook, question, slash ] };
+
+ include "level3(ralt_switch)"
+ include "eurosign(5)"
};
// French keyboard made Vietnamese
@@ -123,7 +126,7 @@ xkb_symbols "aderty" {
partial alphanumeric_keys
xkb_symbols "qderty" {
- include "us(euro)"
+ include "us(basic)"
name[Group1]= "Vietnamese (QĐERTY)";
key <TLDE> { [dead_grave, dead_tilde, grave, asciitilde ] };
@@ -141,4 +144,7 @@ xkb_symbols "qderty" {
key <AB01> { [ abreve, Abreve, z, Z ] }; // ă Ă
key <AB09> { [dead_belowdot, greater, period ] };
key <AB10> { [ dead_hook, question, slash ] };
+
+ include "level3(ralt_switch)"
+ include "eurosign(5)"
};