Skip to content

Commit 2cfbfcd

Browse files
Changed: Replace / extra key with DRAWER key with PASTE popup and - key with SCROLL
1 parent afe2294 commit 2cfbfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

termux-shared/src/main/java/com/termux/shared/termux/settings/properties/TermuxPropertyConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public final class TermuxPropertyConstants {
326326
/** Defines the key for extra keys */
327327
public static final String KEY_EXTRA_KEYS = "extra-keys"; // Default: "extra-keys"
328328
//public static final String DEFAULT_IVALUE_EXTRA_KEYS = "[[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]"; // Single row
329-
public static final String DEFAULT_IVALUE_EXTRA_KEYS = "[['ESC','/',{key: '-', popup: '|'},'HOME','UP','END','PGUP'], ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]"; // Double row
329+
public static final String DEFAULT_IVALUE_EXTRA_KEYS = "[['ESC',{key: 'DRAWER', popup: 'PASTE'},'SCROLL','HOME','UP','END','PGUP'], ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]"; // Double row
330330

331331
/** Defines the key for extra keys style */
332332
public static final String KEY_EXTRA_KEYS_STYLE = "extra-keys-style"; // Default: "extra-keys-style"

0 commit comments

Comments
 (0)