Key mappings in RealVNC client [closed]
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
The community reviewed whether to reopen this question 6 months ago and left it closed:
Improve this questionOriginal close reason(s) were not resolved
I am using RealVNC viewer on Windows. I sometimes find it very difficult to shift from VNC to Windows. I have to use F8 -> Minimize and then Alt + Tab. I wish I had more flexibility. Can the following key combinations be somehow enabled?
- Win + D -> I see my Windows desktop.
- Alt + Tab switches between VNC and Windows applications.
- Ctrl + Tab switches between VNC subwindows.
I found two solutions:
1 (from: http://www.realvnc.com/products/viewerplus/1.0/docs/af1069655.html)
Configuring your keyboard
By default, and with the exception of CTRL-ALT-DELETE and the function key used to open the shortcut menu, key presses affect the host computer and not the client. To reverse this behavior for the application-level keys listed below, turn off Pass special keys directly to VNC Server. Note this property is on the Inputs tab.
Affected keys/combinations: WINDOWS (also known as START), PRINT SCREEN, ALT-TAB, ALT-ESCAPE, CTRL-ESCAPE.
2 (from: http://www.physnet.uni-hamburg.de/physnet/vnc/winvncviewer.html)
Keystrokes such as Ctrl-Esc and Alt-Tab may be interpreted at the local (viewer) machine. If you want to send them to the remote machine, you can use the options on the viewer menu to send individual Ctrl-down, Ctrl-up, Alt-down and Alt-up keystrokes. For example, to type Ctrl-Esc on the remote machine, send Ctrl-down using the menu, press Esc, and then send Ctrl-up (or just tap the Ctrl key) to release the Ctrl key at the remote end.
I am running the Gnome Desktop on the VNC Server, so I followed these steps to implement the two solutions recommended by user1403360:
Turn off Viewer -> Options -> Inputs -> "Pass special keys directly to VNC Server" (i.e. parameter SendSpecialKeys=FALSE)
Alt+Tab will now switch between Windows applications
In Gnome Desktop -> Preferences -> KeyboardShortcuts, change "Move between windows using a popup window" => Ctrl+Tab
Ctrl+Tab will now switch between VNC sub-windows
精彩评论