summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmael Luceno <ismael.luceno@gmail.com>2012-05-21 07:27:11 -0300
committerSergey V. Udaltsov <svu@gnome.org>2012-05-23 00:32:16 +0100
commit6159ce734a72a68c4ebd04a2aa6d482f75efa1dd (patch)
tree05c00cdb82b1e4a9b549f3e20222064368a7ac11
parent5001e0b41a9ee22633b0a56571b2dc61bc55df4d (diff)
Add extra greater and less symbols to es(dvorak)
This is required to use it on English keyboards. Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=50167
-rw-r--r--symbols/es4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/es b/symbols/es
index f8483bb2..fec506ab 100644
--- a/symbols/es
+++ b/symbols/es
@@ -81,8 +81,8 @@ xkb_symbols "dvorak" {
key <AE11> {[ apostrophe, question, dead_macron, dead_ogonek ]};
key <AE12> {[ exclamdown, questiondown, dead_breve, dead_abovedot ]};
- key <AD01> {[ period, colon ]};
- key <AD02> {[ comma, semicolon ]};
+ key <AD01> {[ period, colon, less ]};
+ key <AD02> {[ comma, semicolon, greater ]};
key <AD03> {[ ntilde, Ntilde, lstroke, Lstroke ]};
key <AD04> {[ p, P, paragraph ]};
key <AD05> {[ y, Y, yen ]};