Bug 104680 - Ctrl-Alt-Del shortcut like in VNC (ctrl-alt-shift-del)
Summary: Ctrl-Alt-Del shortcut like in VNC (ctrl-alt-shift-del)
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 23:43 UTC by Markus Gaugusch
Modified: 2008-03-20 23:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Gaugusch 2005-04-27 23:43:49 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

I'm used to press ctrl-alt-SHIFT-del to get ctrl-alt-del passed to the client. I'd really like to see this feature in krdc. VNC works that way.

For some reason, ctrl-alt-shift-del kills my X-windows session, so this may conflict with another shortcut, but that should be configurable somewhere ;-)

By the way, while entering this bug I finally found out why the ctrl-alt-del button vanishes in full screen mode ... it should be made more prominent that ctrl-alt-del "just works" there, I would never have thought about that!
Comment 1 Brad Hards 2006-07-31 14:29:24 UTC
Probably the magic pattern needs to be configurable.
Comment 2 Urs Wolfer 2008-03-20 23:05:53 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