Summary: | Ctrl-Alt-Del shortcut like in VNC (ctrl-alt-shift-del) | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Markus Gaugusch <markus> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Markus Gaugusch
2005-04-27 23:43:49 UTC
Probably the magic pattern needs to be configurable. 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 |