diff options
author | svu <svu> | 2005-07-31 22:17:27 +0000 |
---|---|---|
committer | svu <svu> | 2005-07-31 22:17:27 +0000 |
commit | 3489ceb6a924ee0aeac101c963ecd3b7ac8c9d1b (patch) | |
tree | 34601f3b3bfc2c1da2028189d33c6fb2ebd2b162 /symbols/fi | |
parent | bea3669b4e4cb8f233e32e1825aa9e0a21d5b249 (diff) |
smi to no, fi, se
Diffstat (limited to 'symbols/fi')
-rw-r--r-- | symbols/fi | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -74,3 +74,17 @@ xkb_symbols "nodeadkeys" { key <AD12> { [ diaeresis, asciicircum, asciitilde, caron ] }; }; +xkb_symbols "smi" { + + // Describes the differences between a Norwegian Northern Sami + // (keyboard with dead key support) and a Swedish/Finnish Sami + // keyboard according to the specs at: + // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html + + include "no(smi)" + + name[Group1]= "Finland - Northern Saami"; + + key <AC10> { [odiaeresis, Odiaeresis, oslash, Ooblique ] }; + key <AC11> { [adiaeresis, Adiaeresis, ae, AE ] }; +}; |