mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Add aliases for BACKSLASH QUOTE and APOSTROPHE
This commit is contained in:
committed by
Fredrik Fornwall
parent
0807600a2d
commit
99e8ffcf90
@@ -257,7 +257,7 @@ public final class ExtraKeysView extends GridLayout {
|
|||||||
put("LT", "LEFT");
|
put("LT", "LEFT");
|
||||||
put("RT", "RIGHT");
|
put("RT", "RIGHT");
|
||||||
put("DN", "DOWN");
|
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("PAGEUP", "PGUP");
|
||||||
put("PAGE_UP", "PGUP");
|
put("PAGE_UP", "PGUP");
|
||||||
@@ -274,6 +274,11 @@ public final class ExtraKeysView extends GridLayout {
|
|||||||
|
|
||||||
put("DELETE", "DEL");
|
put("DELETE", "DEL");
|
||||||
put("BACKSPACE", "BKSP");
|
put("BACKSPACE", "BKSP");
|
||||||
|
|
||||||
|
// easier for writing in termux.properties
|
||||||
|
put("BACKSLASH", "\\");
|
||||||
|
put("QUOTE", "\"");
|
||||||
|
put("APOSTROPHE", "'");
|
||||||
}};
|
}};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user