-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Keyboard shortcuts: Ctrl-Shift-Esc #13
Comments
Allowing setting custom key combination would be good. 👍 Allow user to modify to suit their needs |
Pull requests welcome! |
Unfortunately, I've no experience developing on Android |
may i suggest to use the same (default) shortcuts as yes, i have to admit HOME/POS1 as home button seems also reasonable, but ESC for just going back (and not aborting/ending/closing something) seems still somewhat odd to me. not to mention, that a right click via mouse is much more convenient for such a frequently used operation. |
I agree. Ctrl-Shift-Esc triggers 'Recent Apps' overview So it can be very useful to make these user configurable and at least for keys on laptops where there are no 'Home' or 'End' keys. |
@freebrowser1 you don't have a Home & End key on your keyboard?!? 😱 on a normal english keyboard (at other language layouts they might be labeled differently, but they are usually there!) they are placed between the main block and the number block, right above the (up & down) arrows: https://upload.wikimedia.org/wikipedia/commons/9/9c/ISO_keyboard_%28105%29_QWERTY_UK.svg (look at the green "navigation" keys) yes, on laptops they squeeze them somewhere in around the main block or if it's a bad design you may have to additionally use the Fn/Function key, but not having them at all... that must be a "special" kind of a keyboard/laptop. sorry for getting OT but i'm still bewildered... i couldn't work (efficiently) without these two key resp. all navigation keys. |
The issue is actually that hardcoded shortcuts do not work always, not only when using a laptop keyboard, but because keyboard shortcuts often differ by app, e.g. the 'end' key can be used inside the VNC viewer app for other purposes. |
Just wanted to note that, as of now, the keyboard shortcuts are:
https://github.com/bk138/droidVNC-NG/blob/2542f9a89884dbba2344b00c597e722ae9fa85ac/app/src/main/res/values/strings.xml
However, on Windows 10, Ctrl-Shift-Esc actually starts Task manager. However, there is a workaround for TightVNC Viewer on Windows - there are actually GUI buttons in the top row, among them, Ctrl and Alt:
Just click on the Ctrl GUI button to toggle it, then you can [ress just Shift-Esc on keyboard, and this will arrive as Ctrl-Shift-Esc in droidVNC-NG server, trigerring Recent Apps - while not triggering the Windows Task Manager.
The text was updated successfully, but these errors were encountered: