Skip to content

Commit

Permalink
Toggle the extra keys view with VolumeUp+K
Browse files Browse the repository at this point in the history
Using K as a shortcut for toggling extra Keyboard probably makes more
sense than VolumeUp+Q, although we support both for now.
  • Loading branch information
fornwall committed Jan 20, 2019
1 parent ad1ce58 commit 7f4df83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/termux/app/TermuxViewClient.java
Expand Up @@ -210,6 +210,7 @@ public boolean onCodePoint(final int codePoint, boolean ctrlDown, TerminalSessio

// Writing mode:
case 'q':
case 'k':
mActivity.toggleShowExtraKeys();
break;
}
Expand Down

0 comments on commit 7f4df83

Please sign in to comment.