Skip to content

Commit

Permalink
Use recently added mnemonic symbols in symbols/fi
Browse files Browse the repository at this point in the history
These mnemonic symbols are available with xproto-7.0.23 + libX11-1.5.0.
https://bugs.freedesktop.org/show_bug.cgi?id=53995
  • Loading branch information
myllynen authored and Sergey V. Udaltsov committed Aug 24, 2012
1 parent 3dde1f2 commit 29dffd8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions symbols/fi
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,14 @@
// Eliminate deadkeys alternative sent by Linus Torvalds
//

//
// Missing from X11/keysymdef.h as of 2010-05-13
//
// U2030 # PER MILLE SIGN
// U0292 # LATIN SMALL LETTER EZH
// U01B7 # LATIN CAPITAL LETTER EZH
//

partial alphanumeric_keys default
xkb_symbols "kotoistus" {

// Official keymap for Finland based on SFS 5966 standard
//
// This keymap implements all the functionality of Annex 1
// of the standard and additionally defines the following to
// allow entering these characters with keyboars without LSGT.
// allow entering these characters with keyboards without LSGT.
//
// AE08+4, U+003C : LESS-THAN SIGN (less)
// AE09+4, U+003E : GREATER-THAN SIGN (greater)
Expand All @@ -36,7 +28,7 @@ xkb_symbols "kotoistus" {
key <AE02> { [ 2, quotedbl, at, rightdoublequotemark ] };
key <AE03> { [ 3, numbersign, sterling, guillemotright ] };
key <AE04> { [ 4, currency, dollar, guillemotleft ] };
key <AE05> { [ 5, percent, U2030, leftdoublequotemark ] };
key <AE05> { [ 5, percent, permille, leftdoublequotemark ] };
key <AE06> { [ 6, ampersand, singlelowquotemark, doublelowquotemark ] };
key <AE07> { [ 7, slash, braceleft, NoSymbol ] };
key <AE08> { [ 8, parenleft, bracketleft, less ] };
Expand Down Expand Up @@ -72,7 +64,7 @@ xkb_symbols "kotoistus" {
key <BKSL> { [ apostrophe, asterisk, dead_caron, dead_breve ] };

key <LSGT> { [ less, greater, bar, NoSymbol ] };
key <AB01> { [ z, Z, U0292, U01B7 ] };
key <AB01> { [ z, Z, ezh, EZH ] };
key <AB02> { [ x, X, multiply, periodcentered ] };
key <AB03> { [ c, C, c, C ] };
key <AB04> { [ v, V, v, V ] };
Expand Down

0 comments on commit 29dffd8

Please sign in to comment.