mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-09 03:56:09 +01:00
Fix comment
This commit is contained in:
parent
7d76e8b185
commit
9febca9567
1 changed files with 1 additions and 2 deletions
|
|
@ -116,8 +116,7 @@ public class ExtraKeysInfo {
|
||||||
put("DEL", "⌦"); // U+2326 ⌦ ERASE TO THE RIGHT not well known but easy to understand
|
put("DEL", "⌦"); // U+2326 ⌦ ERASE TO THE RIGHT not well known but easy to understand
|
||||||
put("DRAWER", "☰"); // U+2630 ☰ TRIGRAM FOR HEAVEN not well known but easy to understand
|
put("DRAWER", "☰"); // U+2630 ☰ TRIGRAM FOR HEAVEN not well known but easy to understand
|
||||||
put("KEYBOARD", "⌨"); // U+2328 ⌨ KEYBOARD not well known but easy to understand
|
put("KEYBOARD", "⌨"); // U+2328 ⌨ KEYBOARD not well known but easy to understand
|
||||||
//put("PASTE", "📋"); // U+2328 ⌨ KEYBOARD not well known but easy to understand
|
put("PASTE", "⎘"); // U+2398
|
||||||
put("PASTE", "⎘"); // U+2328 ⌨ KEYBOARD not well known but easy to understand
|
|
||||||
}};
|
}};
|
||||||
|
|
||||||
static final CharDisplayMap lessKnownCharactersDisplay = new CharDisplayMap() {{
|
static final CharDisplayMap lessKnownCharactersDisplay = new CharDisplayMap() {{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue