drop .[] chars as they dont work on linux and macos for me out of the box
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
'h': 'n'
|
||||
'j': 'm'
|
||||
'k': ','
|
||||
'l': '.'
|
||||
'l': '-'
|
||||
';': '/'
|
||||
# player 4 controls 5
|
||||
'z': '!'
|
||||
@@ -40,7 +40,7 @@
|
||||
'n': '^'
|
||||
'm': '&'
|
||||
',': '*'
|
||||
'.': '('
|
||||
'-': '('
|
||||
'/': ')'
|
||||
# player 5 controls 1
|
||||
'!': '1'
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
'y': 'n'
|
||||
'u': 'm'
|
||||
'i': ','
|
||||
'o': '.'
|
||||
'o': '-'
|
||||
'p': '/'
|
||||
# player 3 controls 5
|
||||
'a': '!'
|
||||
@@ -40,7 +40,7 @@
|
||||
'n': '6'
|
||||
'm': '7'
|
||||
',': '8'
|
||||
'.': '9'
|
||||
'-': '9'
|
||||
'/': '0'
|
||||
# player 5 controls 2
|
||||
'!': 'q'
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
'6': 'n'
|
||||
'7': 'm'
|
||||
'8': ','
|
||||
'9': '.'
|
||||
'9': '-'
|
||||
'0': '/'
|
||||
# player 2 controls 5
|
||||
'q': '!'
|
||||
@@ -40,7 +40,7 @@
|
||||
'n': 'y'
|
||||
'm': 'u'
|
||||
',': 'i'
|
||||
'.': 'o'
|
||||
'-': 'o'
|
||||
'/': 'p'
|
||||
# player 5 controls 3
|
||||
'!': 'a'
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
'n': 'h'
|
||||
'm': 'j'
|
||||
',': 'k'
|
||||
'.': 'l'
|
||||
'-': 'l'
|
||||
'/': ';'
|
||||
# player 5 controls 4
|
||||
'!': 'z'
|
||||
@@ -51,5 +51,5 @@
|
||||
'^': 'n'
|
||||
'&': 'm'
|
||||
'*': ','
|
||||
'(': '.'
|
||||
'(': '-'
|
||||
')': '/'
|
||||
|
||||
Reference in New Issue
Block a user