Skip to content
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

[Feature]: Multiple Extra Key Panels? #4365

Open
raulvasquez opened this issue Jan 23, 2025 · 0 comments
Open

[Feature]: Multiple Extra Key Panels? #4365

raulvasquez opened this issue Jan 23, 2025 · 0 comments

Comments

@raulvasquez
Copy link

Feature description

I am coming from the archived fork termux-monet. One of its nice features was having multiple panels of extra_keys. You would swipe like you do to get to the text input box, but there was a second set of extra keys with your Fn keys and some addl special characters . Looking at https://github.com/Termux-Monet/termux-monet/blob/master/termux-shared/src/main/java/com/termux/shared/termux/settings/properties/TermuxPropertyConstants.java I think this is where the code is.

DEFAULT_IVALUE_EXTRA_KEYS = "[['ESC', '/', {key: '|', popup: '-'}, 'HOME', 'UP', 'END', 'PGUP', 'PASTE'], ['TAB', {key: 'CTRL', popup: 'SHIFT'}, 'ALT', 'LEFT', 'DOWN', 'RIGHT', 'PGDN', {key: 'KEYBOARD', popup: {macro: 'CTRL c'}}]]";
DEFAULT_IVALUE_EXTRA_KEYS2 = "[[F1, F2, F3, F4, F5, F6, F7, F8, F9, F10], ['[', ']', '{', '}', '$', '~', '=', -, _, '\"']]";

Does termux already support multiple extra key panels? Or would this have to be ported over?

Additional information

Yes. this feature exists the the termux-monet fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant