Skip to content

Commit

Permalink
UPD kb/newsboat: upd config with termux keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamut3D committed Dec 9, 2022
1 parent 3f6d5e3 commit 76ac1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/termux/templates/termux.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# disable-terminal-session-change-toast = true

### Uncomment to not show soft keyboard on application start.
# hide-soft-keyboard-on-startup = true
hide-soft-keyboard-on-startup = true

### Uncomment to let keyboard toggle button to enable or disable software
### keyboard instead of showing/hiding it.
Expand Down Expand Up @@ -71,7 +71,7 @@ extra-keys = [ \
{key: LEFT, popup: HOME}, \
{key: UP, popup: PGUP}, \
{key: ALT, popup: {macro: "DRAWER", display: "DRAWER"}}, \
{key: ESC, popup: {macro: "CTRL d", display: "EXIT"}} \
{key: ESC, popup: {macro: "KEYBOARD", display: "KEYBOARD"}} \
], \
\
\
Expand All @@ -81,7 +81,7 @@ extra-keys = [ \
{key: RIGHT, popup: END}, \
{key: DOWN, popup: PGDN}, \
{key: CTRL, popup: {macro: "CTRL r", display: "PREV_CMD"}}, \
{key: TAB, popup: {macro: "KEYBOARD", display: "KEYBOARD"}} \
{key: TAB, popup: {macro: "ENTER", display: "ENTER"}} \
] \
]

Expand Down

0 comments on commit 76ac1d6

Please sign in to comment.