You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I really like the big keys and simple layout of the virtual keyboard I found troublesome, that it lacks the Ctrl key. Lets's say you open terminal and start commands like top or journalctl -f How do you terminate those processes ? Usually, I do Ctrl + C to send a SIGINT signal to go back to terminal - I think the majority of other users is used to this too.
My proposal would be to either have a Ctrl key or a direct possibility to terminate the current process
The text was updated successfully, but these errors were encountered:
@karlitos thanks, we do have Ctrl key implemented -- only in Terminal layout. It's only tested in the shell though.
Can you see if that's working for you?
@karlitos got you! We will do more test with the desktop -- we prioritized shell over desktop before shipping, but turns out our users like desktop too! ;-)
I just tested the april release and it would be great if at the end we got all keyboards layout with it (not just the qwerty one).
I also managed to get the terminal keyboard on pixel terminal and the extra keys don't work.
Although I really like the big keys and simple layout of the virtual keyboard I found troublesome, that it lacks the Ctrl key. Lets's say you open terminal and start commands like
top
orjournalctl -f
How do you terminate those processes ? Usually, I do Ctrl + C to send a SIGINT signal to go back to terminal - I think the majority of other users is used to this too.My proposal would be to either have a Ctrl key or a direct possibility to terminate the current process
The text was updated successfully, but these errors were encountered: