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

Changing native modifier keys behavior feature #13

Open
green-green-avk opened this issue Sep 28, 2020 · 5 comments
Open

Changing native modifier keys behavior feature #13

green-green-avk opened this issue Sep 28, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@green-green-avk
Copy link
Owner

...
If only Fn when emulating Alt could behave the same as described above, or at least do not need holding before pressing the modified key, Another Term would have the best keyboard mapping ever seen on Android! 🤞
(Sorry I did not mention that earlier, it only became apparent when using the app for real dev tasks.)
...

Originally posted by @guillaume-d in #12 (comment)

@green-green-avk green-green-avk self-assigned this Sep 28, 2020
@green-green-avk green-green-avk added the enhancement New feature or request label Sep 28, 2020
@guillaume-d
Copy link

Would you accept a PR for this? I haven't anything yet, and it has been some time since I had a look at the code, but I think I could figure it out eventually, possibly with some guidance from you.

@green-green-avk
Copy link
Owner Author

green-green-avk commented Nov 13, 2020

I see this feature rather this way:

Per each key entry mapped as "Bypass" or "Shift", an additional drop down list should be added with options like:

  • "Bypass"
  • "Block"
    and for each Shift, Alt, Ctrl, Meta (left and right);
    Fn, Sym:
  • "🔒"
  • "🔒¹"
  • "🔓" (Maybe? To enforce no stick.)

Example:
⌨ Left Alt ➤ 💻Bypass▾Left Alt🔒¹▾

What's your opinion?

@guillaume-d
Copy link

[...]
Example:
⌨ Left Alt ➤ 💻Bypass▾ ⌨Left Alt🔒¹▾

What's your opinion?

I like the whole idea very much! 👍 But it might get pretty tight especially in portrait mode.
Don't you want to show only the locker in the second dropdown list?
Like (lame attempt at ASCII art, not all Unicode glyphs displayed correctly here): Left Alt => [Bypass v] [🔒¹ v]
Maybe that's what you meant in the first place?

@green-green-avk
Copy link
Owner Author

  1. Why not to wrap layout lines?
  2. What if you want to map one key code into another?

@guillaume-d
Copy link

guillaume-d commented Nov 21, 2020

1. Why not to wrap layout lines?

It could certainly help, but then would make #14 really necessary on narrow screens to help users find things IMHO.

2. What if you want to map one key code into another?

Indeed. Then I cannot think of a better design.

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

No branches or pull requests

2 participants