mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-10 10:30:58 +00:00
Swap operation of 'X' and '=' keys
This commit is contained in:
parent
2ad8149f1d
commit
7bb877d187
BIN
RPNCALC.PO
BIN
RPNCALC.PO
Binary file not shown.
@ -46,7 +46,7 @@ word = @delKey
|
||||
byte[t_keypad] = $1B, 0, 0, ""
|
||||
word = @cmdKey
|
||||
byte[t_keypad] = '=', 0, 0, ""
|
||||
word = @dropKey
|
||||
word = @copyKey
|
||||
byte[t_keypad] = 'Z', 0, 0, ""
|
||||
word = @clearKey
|
||||
byte[t_keypad] = '7', 3, 10, "[7]"
|
||||
@ -78,7 +78,7 @@ word = @digitKey
|
||||
byte[t_keypad] = '.', 7, 16, "[.]"
|
||||
word = @pointKey
|
||||
byte[t_keypad] = 'X', 11, 16, "[X]"
|
||||
word = @copyKey
|
||||
word = @dropKey
|
||||
byte[t_keypad] = '+', 15, 16, "[+]"
|
||||
word = @opKey
|
||||
byte[t_keypad] = $0D, 3, 18, "[ENTER]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user