-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Ctrl+Alt shortcut modifier change breaks Pixel C Keyboard #161
Comments
@gscholt What do you think about Ctrl+Shift+Alt - would you be satisfied with that or do you think holding three modifiers down for shortcuts is a bit too much? |
I have a very strong preference for Ctrl+Shift, the less keys the better imo. In my regular use I switch "tabs" frequently, so the easier the better. An other option could be the 'Search' key perhaps (I believe it's the Meta key internally, but not sure), but I do not know if it can be used fully as a modifier, since (on the Pixel C at least) the OS captures some of the Search+ keybindings for showing the home screen, gmail, etc. |
Ctrl+Shift will break some shortcuts on Chrome. Given platform should take precedence over user-specific bindings, I'm open to anything that will not break Chrome. |
The reasoning is sound, but unfortunately incompatible with the Pixel C without some trickery. Ctrl+ is a very common terminal shortcut, and the Pixel C platform requires you to add an ... (Right-Alt) to that. I can see three options:
Option 2 seems like the best one to me. Option 3 seems like the least amount of work. |
Hi,
The Pixel C keyboard has missing keys and a [...] key that the keyboard driver that can be used to compose these missing keys. The [...] key is on the location of the right-alt, and I believe that is the code being generated for this key.
Recently in v0.42 the keyboard shortcuts were changed from Ctrl+Shift to Ctrl+Alt for #145, but this breaks shortcuts I need in vi, namely Ctrl+], which I compose with Ctrl+[...]+p, which is now interpreted as Ctrl+Alt+p and is therefor capture by termux.
I would prefer the Ctrl+Shift back the way is was, but if that is not possible, ignore the right-alt key so I can still use Ctrl+ sequences. Possibly allow us to configure something? (apparently keyboard are tricky things)
The text was updated successfully, but these errors were encountered: