We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc093e commit 084baffCopy full SHA for 084baff
app/src/main/java/rs/ruffle/Keyboard.kt
@@ -75,7 +75,8 @@ val BUTTON_ROWS = arrayOf(
75
KeyboardButton(keyCode = 86, keyChar = 'v', text = "V"),
76
KeyboardButton(keyCode = 66, keyChar = 'b', text = "B"),
77
KeyboardButton(keyCode = 78, keyChar = 'n', text = "N"),
78
- KeyboardButton(keyCode = 77, keyChar = 'm', text = "M")
+ KeyboardButton(keyCode = 77, keyChar = 'm', text = "M"),
79
+ KeyboardButton(keyCode = 13, keyChar = '\u007F', text = "↵")
80
),
81
arrayOf(
82
KeyboardButton(keyCode = 17, text = "CTRL"),
0 commit comments