-
Notifications
You must be signed in to change notification settings - Fork 364
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
Hot key cannot be sent to vnc #205
Comments
@lvroyce could you provide step by step to reproduce it? In the VNC session of a Fedora VM, I am able to do:
|
She means she cannot switch between the Linux text consoles, not the graphical applications like the ones you mentioned, inside a Desktop Environment. For example, if you press any of the shortcuts Ctrl+Alt+F[1,2,3,4,5,6] on Ubuntu (nothing related to Kimchi yet), you'll be taken to a pure text console. If you press Ctrl+Alt+F7, you'll be taken back to your graphical session. While running a VM via the VNC provided by Kimchi, @lvroyce is reporting that she cannot get to those text consoles sessions. I believe that if you press that shortcut while running the VNC session, you local system (not the VM's) will grab the key presses. |
@cd1 right, Hot key will be captured by local system instead of the our noVNC client. When I tried vnc client with virt-manager, it supplies with a send-key function to send hot key to guest. I guess we also need this. |
Added a new help page 'user-log.dita' with User Log help information. Changed 'settings.dita' to reflect the contents of the Settings tab. Signed-off-by: Daniel Henrique Barboza <[email protected]>
Added a new help page 'user-log.dita' with User Log help information. Changed 'settings.dita' to reflect the contents of the Settings tab. Signed-off-by: Daniel Henrique Barboza <[email protected]>
Hot key like 'ctl+alt+F2' cannot be sent through noVNC client, and we cannot switch between terminals.
The text was updated successfully, but these errors were encountered: