Skip to content

Commit

Permalink
Merge pull request #293 from hypnotoad/master
Browse files Browse the repository at this point in the history
Add Tilde character to keyboard
  • Loading branch information
hypnotoad authored Oct 15, 2023
2 parents ccc4ca2 + 10a8b08 commit 6b66664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/fischertechnik/TXT/rootfs/opt/ftc/touch_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def reset(self):
keys_upper = [
["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","Aa" ],
["P","Q","R","S","T","U","V","W","X","Y","Z",".",","," ","_","Aa" ],
["=","!",'"',"§","$","%","&","/","(",")","*","_","'","°",">","Aa" ]
["=","!",'"',"§","$","%","&","/","(",")","*","~","'","°",">","Aa" ]
]
keys_lower = [
["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","Aa" ],
Expand Down

0 comments on commit 6b66664

Please sign in to comment.