diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-04-24 12:17:43 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-05-02 10:18:49 -0700 |
commit | 4440cc6fff77f7fc3c1f919546e6971ff2e08e9b (patch) | |
tree | 365fb027aeb898fb87fc477150d217758c2892b0 /data | |
parent | 5068fbb574da4ab00cf42bddae93d00d8208e3fc (diff) | |
download | caribou-4440cc6fff77f7fc3c1f919546e6971ff2e08e9b.tar.gz |
Added exclam down and questiondown to "us" keyboard.
Diffstat (limited to 'data')
-rw-r--r-- | data/layouts/natural/us.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/layouts/natural/us.json b/data/layouts/natural/us.json index c153468..c3779c0 100644 --- a/data/layouts/natural/us.json +++ b/data/layouts/natural/us.json @@ -153,9 +153,9 @@ [{"name" : "Caribou_Symbols_More", "width" : 2, "toggle" : "symbols2"}, {"name" : "period"}, {"name" : "comma"}, - {"name" : "question"}, + {"name" : "question", "extended_names" : ["questiondown"]}, {"name" : "slash"}, - {"name" : "exclam"}, + {"name" : "exclam", "extended_names" : ["exclamdown"]}, {"name" : "apostrophe"}, {"name" : "quotedbl"}, {"name" : "bar"}, |