drop .[] chars as they dont work on linux and macos for me out of the box

This commit is contained in:
bel
2023-03-24 15:28:17 -06:00
parent b4e4de82ae
commit edcea37148
9 changed files with 64 additions and 68 deletions

View File

@@ -40,7 +40,7 @@
'n': 'h'
'm': 'j'
',': 'k'
'.': 'l'
'-': 'l'
'/': ';'
# player 5 controls 4
'!': 'z'
@@ -51,5 +51,5 @@
'^': 'n'
'&': 'm'
'*': ','
'(': '.'
'(': '-'
')': '/'