Skip to content

Commit

Permalink
Modify kcm GB mapping file to include missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeisser committed Oct 29, 2013
1 parent 7f3be21 commit c1b9ce3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion res/raw/keyboard_layout_english_gb.kcm
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# British QWERTY keyboard layout
# missing handling of 102nd key which contains hash and tilde
# UTF-8 encoded
# Nick Lamb - 2012-12-23
# M.Meisser - 2013-10-26
type OVERLAY
map key 43 POUND
key 2 {
label: '2'
base: '2'
Expand All @@ -16,13 +17,21 @@ key 3 {
key 4 {
label: '4'
base: '4'
shift: '$'
ralt: '\u20ac'
}
key APOSTROPHE {
label: '\''
base: '\''
shift: '@'
}
key POUND {
label: '#'
base: '#'
shift: '~'
ralt: '\\'
shift+ralt: '|'
}
key GRAVE {
label: '`'
base: '`'
Expand Down

0 comments on commit c1b9ce3

Please sign in to comment.