mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Add aliases for BACKSLASH QUOTE and APOSTROPHE
This commit is contained in:
parent
0807600a2d
commit
99e8ffcf90
1 changed files with 6 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ public final class ExtraKeysView extends GridLayout {
|
|||
put("LT", "LEFT");
|
||||
put("RT", "RIGHT");
|
||||
put("DN", "DOWN");
|
||||
// put("UP", "UP"); well, the direction is already two letters
|
||||
// put("UP", "UP"); well, "UP" is already two letters
|
||||
|
||||
put("PAGEUP", "PGUP");
|
||||
put("PAGE_UP", "PGUP");
|
||||
|
|
@ -274,6 +274,11 @@ public final class ExtraKeysView extends GridLayout {
|
|||
|
||||
put("DELETE", "DEL");
|
||||
put("BACKSPACE", "BKSP");
|
||||
|
||||
// easier for writing in termux.properties
|
||||
put("BACKSLASH", "\\");
|
||||
put("QUOTE", "\"");
|
||||
put("APOSTROPHE", "'");
|
||||
}};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue