Summary: | Unable to send CTRL+ALT+DEL on krdc using VNC | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Luiz Angelo De Luca <luizluca> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luiz Angelo De Luca
2007-12-10 16:20:09 UTC
What do you think about a button for sending for example such a "special shorcut" to the server? If rdesktop can capture ctrl+alt+del, why not VNC? Urs, there is already a menu entry for that but a shortcut button for CT+AL+DEL should be vey usefull I think we've regressed with the latest version of krdc (supplied with krdc4). krdc from kde3 didnt have this problem. Would it make sense to revert back to previous version of krdc or is it a problem with KDE? Dario: you can of course use the old version of KRDC. I will try to work on a solution soon. This bug makes the VNC feature of KRDC unusable for me. I'm stuck using the kde3 version until a solution is found. SVN commit 788141 by uwolfer: Fix sending special keys to to remote desktop (e.g. Ctrl+Alt+Del). BUG:153782 M +15 -4 specialkeysdialog.cpp M +2 -0 specialkeysdialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=788141 SVN commit 788165 by uwolfer: Completely change the behavior of entering special keys (like Ctrl+Alt+Del). Do not show a modal dialog which needs to be closed after every key sequence; instead replace it with a toggle action which can be enabled to fetch every possible key (all except some X server shortcuts like Ctrl+F1) while the remote desktop has the focus. This should improve the the workflow quite a lot. Please note that KWin shortcuts like Alt+Tab are not active while this mode is active and the remote desktop has the focus. BUG:149789 BUG:104680 CCBUG:153782 M +0 -1 CMakeLists.txt M +2 -2 krdcui.rc M +1 -1 main.cpp M +9 -10 mainwindow.cpp M +1 -1 mainwindow.h M +39 -0 remoteview.cpp M +19 -0 remoteview.h D specialkeysdialog.cpp D specialkeysdialog.h M +12 -9 vnc/vncview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=788165 On Thursday 20 March 2008 3:05:56 pm Urs Wolfer wrote: [bugs.kde.org quoted mail] Thanks for fixing this. I just installed KDE 4.03 and can now use ctrl+alt+del |