summaryrefslogtreecommitdiff
path: root/data/xkbdata/symbols/be
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-30 21:15:34 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-30 21:15:34 +0000
commita44ad52473f20dff65c36739dde07974609a5f54 (patch)
treecc51e06a67eacc8725f4c07ed5bd7ce02ec00389 /data/xkbdata/symbols/be
parent1cfc000cccbae9b36cbd23f01ccdfe9c5a18b684 (diff)
Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it.
ok shadchin@
Diffstat (limited to 'data/xkbdata/symbols/be')
-rw-r--r--data/xkbdata/symbols/be121
1 files changed, 0 insertions, 121 deletions
diff --git a/data/xkbdata/symbols/be b/data/xkbdata/symbols/be
deleted file mode 100644
index 579249974..000000000
--- a/data/xkbdata/symbols/be
+++ /dev/null
@@ -1,121 +0,0 @@
-// $Xorg: be,v 1.3 2000/08/17 19:54:42 cpqbld Exp $
-
-
-
-
-// $XFree86: xc/programs/xkbcomp/symbols/be,v 3.4 2000/10/27 18:31:08 dawes Exp $
-
-partial default alphanumeric_keys
-xkb_symbols "basic" {
-
- // Describes the differences between a very simple US/ASCII
- // keyboard and a very simple Belgian keyboard
-
- name[Group1]= "Belgian";
-
- key <TLDE> { [ twosuperior, threesuperior ] };
- key <AE01> { [ ampersand, 1 ],
- [ bar ] };
- key <AE02> { [ eacute, 2 ],
- [ at ] };
- key <AE03> { [ quotedbl, 3 ],
- [ numbersign ] };
- key <AE04> { [ apostrophe, 4 ] };
- key <AE05> { [ parenleft, 5 ] };
- key <AE06> { [ section, 6 ],
- [ asciicircum ] };
- key <AE07> { [ egrave, 7 ] };
- key <AE08> { [ exclam, 8 ] };
- key <AE09> { [ ccedilla, 9 ],
- [ braceleft, plusminus ] };
- key <AE10> { [ agrave, 0 ],
- [ braceright, degree ] };
- key <AE11> { [ parenright, degree ] };
- key <AE12> { [ minus, underscore ] };
- key <AD01> { [ a, A ] };
- key <AD02> { [ z, Z ] };
- key <AD03> { [ e, E ],
- [ EuroSign, cent ] };
- key <AD11> { [ dead_circumflex, dead_diaeresis ],
- [ bracketleft ] };
- key <AD12> { [ dollar, asterisk ],
- [ bracketright ] };
- key <AC01> { [ q, Q ] };
- key <AC10> { [ m, M ] };
- key <AC11> { [ ugrave, percent ],
- [ dead_acute ] };
- key <BKSL> { [ mu, sterling ],
- [ dead_grave ] };
- key <LSGT> { [ less, greater ],
- [ backslash ] };
- key <AB01> { [ w, W ] };
- key <AB07> { [ comma, question ],
- [ dead_cedilla ] };
- key <AB08> { [ semicolon, period ] };
- key <AB09> { [ colon, slash ] };
- key <AB10> { [ equal, plus ],
- [ dead_tilde ] };
- // End alphanumeric section
-
- // begin modifier mappings
- modifier_map Shift { Shift_L };
- modifier_map Lock { Caps_Lock };
- modifier_map Control{ Control_L };
- modifier_map Mod3 { Mode_switch };
-};
-
-partial alphanumeric_keys
-xkb_symbols "iso-alternate" {
- include "be(basic)"
- replace key <AD01> {[ a, A ],
- [ ae, AE ] };
- replace key <AD02> {[ z, Z ],
- [ guillemotleft, less ] };
- replace key <AC01> {[ q, Q ],
- [ at, Greek_OMEGA ] };
- replace key <AC10> {[ m, M ],
- [ mu, masculine ] };
- replace key <AB01> {[ w, W ],
- [ lstroke, Lstroke ] };
- replace key <AB07> {[ comma, question ],
- [ dead_cedilla, dead_doubleacute ] };
-};
-
-partial alphanumeric_keys
-xkb_symbols "Sundeadkeys" {
-
- // Use the Sun dead keys
- include "be(basic)"
- key <AD11> { [ SunFA_Circum, SunFA_Diaeresis ],
- [ bracketleft ] };
- key <AC11> { [ ugrave, percent ],
- [ SunFA_Acute ] };
- key <BKSL> { [ mu, sterling ],
- [ SunFA_Grave ] };
- key <AB07> { [ comma, question ],
- [ SunFA_Cedilla ] };
- key <AB10> { [ equal, plus ],
- [ SunFA_Tilde ] };
-};
-
-partial alphanumeric_keys
-xkb_symbols "sundeadkeys" {
-
- // Use the Sun dead keys
- include "be(Sundeadkeys)"
-};
-
-partial alphanumeric_keys
-xkb_symbols "nodeadkeys" {
-
- // Eliminates dead keys from the basic Belgian layout
- include "be(basic)"
- key <AD11> { [ asciicircum, diaeresis ],
- [ bracketleft ] };
- key <AC11> { [ ugrave, percent ],
- [ quoteright ] };
- key <BKSL> { [ mu, sterling ],
- [ quoteleft ] };
- key <AB10> { [ equal, plus ],
- [ asciitilde ] };
-};