We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077a149 commit fcc0d36Copy full SHA for fcc0d36
termux-shared/src/main/java/com/termux/shared/settings/properties/TermuxSharedProperties.java
@@ -512,7 +512,7 @@ public static String getVolumeKeysBehaviourInternalPropertyValueFromValue(String
512
513
514
public boolean areHardwareKeyboardShortcutsDisabled() {
515
- return (boolean) getInternalPropertyValue(TermuxPropertyConstants.KEY_DISABLE_TERMINAL_SESSION_CHANGE_TOAST, true);
+ return (boolean) getInternalPropertyValue(TermuxPropertyConstants.KEY_DISABLE_HARDWARE_KEYBOARD_SHORTCUTS, true);
516
}
517
518
public boolean areTerminalSessionChangeToastsDisabled() {
0 commit comments