Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fingerterm] Emit the euro keycode for euro key in german layout. Con…
…tributes TJC#214381
  • Loading branch information
dcaliste committed Sep 30, 2019
1 parent 99ceb69 commit a671e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/german.layout
Expand Up @@ -9,7 +9,7 @@

["esc", 0x1000000, "", 0x0]
["<", 0x3c, "§", 0xa7]
[">", 0x3e, "€", 0x0a4]
[">", 0x3e, "€", 0x20ac]
["|", 0x7c, "&", 0x26]
["!", 0x21, "?", 0x3f]
["\"", 0x22, "$", 0x24]
Expand Down

0 comments on commit a671e07

Please sign in to comment.