mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
extra keys view: add up/down arrow keys
This commit is contained in:
parent
f5b976f597
commit
22f9b0fab2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ final class TermuxPreferences {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
JSONArray arr = new JSONArray(props.getProperty("extra-keys", "[['ESC', 'TAB', 'CTRL', 'ALT', '-', 'DOWN', 'UP']]"));
|
JSONArray arr = new JSONArray(props.getProperty("extra-keys", "[['ESC', 'CTRL', 'ALT', 'TAB', 'LEFT', 'RIGHT', 'UP', 'DOWN']]"));
|
||||||
|
|
||||||
mExtraKeys = new String[arr.length()][];
|
mExtraKeys = new String[arr.length()][];
|
||||||
for (int i = 0; i < arr.length(); i++) {
|
for (int i = 0; i < arr.length(); i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue