-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to turn off Hardware Keyboard Shortcuts? #1825
Comments
Check out: The settings go into a file called You should be able to change the settings. I would also highly recommend a keyboard other than the default one. I've been happy with: https://github.com/klausw/hackerskeyboard |
No, I mean OTG or Bluetooth keyboard, not touch keyboard. |
I met this problem too. For some reason I must toggle on the |
The user can add `disable-hardware-keyboard-shortcuts=true` entry to `termux.properties` file to disable hardware keyboard shortcuts. The default value is `false`. Running `termux-reload-settings` command will also update the behaviour instantaneously if changed. Note that for `ctrl+alt+p` to work, you need to unset `shortcut.rename-session = ctrl + n`. https://wiki.termux.com/wiki/Terminal_Settings Closes termux#1825
Thanks! |
Welcome! |
There seems to be a typo in the commit message, it should say "for |
Great work |
The user can add `disable-hardware-keyboard-shortcuts=true` entry to `termux.properties` file to disable hardware keyboard shortcuts. The default value is `false`. Running `termux-reload-settings` command will also update the behaviour instantaneously if changed. Note that for `ctrl+alt+p` to work, you need to unset `shortcut.rename-session = ctrl + n`. https://wiki.termux.com/wiki/Terminal_Settings Closes termux#1825
The user can add `disable-hardware-keyboard-shortcuts=true` entry to `termux.properties` file to disable hardware keyboard shortcuts. The default value is `false`. Running `termux-reload-settings` command will also update the behaviour instantaneously if changed. Note that for `ctrl+alt+p` to work, you need to unset `shortcut.rename-session = ctrl + n`. https://wiki.termux.com/wiki/Terminal_Settings Closes termux#1825
It conflicts with vanilla Emacs shortcut keys e.g. Ctrl + alt + n/p
There is no any customize config on this page
https://wiki.termux.com/wiki/Hardware_Keyboard
The text was updated successfully, but these errors were encountered: