Summary: | choose keystrokes to pass through or intercept | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Krishna Sethuraman <krishnoid> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | mueller |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Krishna Sethuraman
2007-09-12 01:23:17 UTC
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 |