mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Change default behaviour of back key to back
It's still possible to set it to escape using configuration
This commit is contained in:
@@ -132,7 +132,7 @@ final class TermuxPreferences {
|
||||
break;
|
||||
}
|
||||
|
||||
mBackIsEscape = "escape".equals(props.getProperty("back-key", "escape"));
|
||||
mBackIsEscape = "escape".equals(props.getProperty("back-key", "back"));
|
||||
} catch (Exception e) {
|
||||
Toast.makeText(context, "Error loading properties: " + e.getMessage(), Toast.LENGTH_LONG).show();
|
||||
Log.e("termux", "Error loading props", e);
|
||||
|
Reference in New Issue
Block a user