diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-05-28 22:27:04 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-28 23:41:16 +0100 |
commit | 53ede5995c9e812340464e3c5665726b4dea7c3c (patch) | |
tree | 8284d19d2992d18cdfac685ccc696bf9794b6761 /symbols | |
parent | 3b23c9509de2e042ba4b59b6f8e6a2191872612d (diff) |
Add Euro sign and German Eszett to the Icelandic Dvorak layout
I've missed the Euro sign on the Icelandic Dvorak layout, the same
goes for the German Sharp S. This is a version I've had running
locally for about a year now.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/is | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -173,8 +173,9 @@ xkb_symbols "mac" { // Rather it's a simple modification of 5 keys of the US Dvorak layout, // it adds Germanic/Icelandic style quotation marks („“), eth (ðÐ), ae -// (æÆ), endash and emdash (–—) and thorn (þÞ). These keys aren't used in -// the US version making this IS version a superset of it. +// (æÆ), endash and emdash (–—), thorn (þÞ), EuroSign (€) and the German +// Sharp S (ßẞ). These keys aren't used in the US version, making the +// Icelandic version a superset of it. // Maybe someone else will make a "full" attempt at an Icelandic layout // but I was mostly interested in continuing to type English comfortably @@ -188,12 +189,14 @@ xkb_symbols "dvorak" { name[Group1]= "Iceland - Dvorak"; include "us(dvorak)" + include "eurosign(4)" key <AD11> { [ slash, question, U201e, U201c ] }; key <AC06> { [ d, D, eth, ETH ] }; key <AC10> { [ s, S, ae, AE ] }; key <AC11> { [ minus, underscore, endash, emdash ] }; key <AB10> { [ z, Z, thorn, Thorn ] }; + key <AB06> { [ b, B, ssharp, U1E9E ] }; include "level3(ralt_switch)" }; |