wahur Posted March 18, 2008 Share Posted March 18, 2008 (edited) Hi! Such a funny problem. I am using certain program (Wordfast) a lot, which is heavy on keyboard shortcuts. Including all thinkable Ctrl, Alt, Ctrl-Alt combinations. Result tends to be, that when typing really fast, sometimes I end up giving it unwanted three-finger-salute :( Is there a way to switch Ctrl-Alt-Del off, ideally only if certain program is running (it might still come handy in some other occasion)? Wahur Edited March 18, 2008 by wahur Link to comment Share on other sites More sharing options...
{BBI}Nexus{BBI} Posted March 18, 2008 Share Posted March 18, 2008 You should be able to disable it in kcontrol (KDE Control Centre)--> Regional & Accessibility--> Keyboard Shortcuts--> Global Shortcuts--> Desktop. Link to comment Share on other sites More sharing options...
yossarian Posted March 18, 2008 Share Posted March 18, 2008 And if you are using Gnome, click System -> Preferences -> Keyboard Shortcuts. Roll down the list and you'll find it under the Desktop section. Link to comment Share on other sites More sharing options...
wahur Posted March 18, 2008 Author Share Posted March 18, 2008 You should be able to disable it in kcontrol (KDE Control Centre)--> Regional & Accessibility--> Keyboard Shortcuts--> Global Shortcuts--> Desktop. Yep, that place I know, although the default settings there were not consistent with what really happened. I found two settings there - Log Out (Ctrl-Alt-Del) and Log out without Confirmation (Ctrl-Shift-Alt-Del). In my case C-A-D was quite enough to cause logout without any confirmation despite what these settings said. Which was annoying and caused actual loss of data. I disabled both just in case. Still, it would be cool to know if such disabling/enabling could be done depending on, say, certain program window being/becoming active. Link to comment Share on other sites More sharing options...
yossarian Posted March 18, 2008 Share Posted March 18, 2008 Yep, that place I know, although the default settings there were not consistent with what really happened.In my case C-A-D was quite enough to cause logout without any confirmation despite what these settings said. If it's repeatable and you have a few minutes, you can look for this bug, and if it's not there, you can submit a bug report. Maybe no one is aware to this problem. Link to comment Share on other sites More sharing options...
{BBI}Nexus{BBI} Posted March 18, 2008 Share Posted March 18, 2008 In my case C-A-D was quite enough to cause logout without any confirmation despite what these settings said.Do you have confirm logout checked in your session manager? Link to comment Share on other sites More sharing options...
Greg2 Posted March 18, 2008 Share Posted March 18, 2008 Including all thinkable Ctrl, Alt, Ctrl-Alt combinations. Result tends to be, that when typing really fast, sometimes I end up giving it unwanted three-finger-salute :( Are you positive that you're not hitting Ctrl + Alt + backspace sometimes? Link to comment Share on other sites More sharing options...
wahur Posted March 18, 2008 Author Share Posted March 18, 2008 Are you positive that you're not hitting Ctrl + Alt + backspace sometimes? No. In fact, now that i think about it, this might have been the case. If speed-typing and concentrating on the text, it is sometimes quite hard to reconstruct, what I did exactly. I do a lot of Ctrl-backspace and if because of Wordfast, finger goes to Alt a lot, this is probably what happened This does restart X, right? Now how can I get rid of this - its just another catastrophy waiting to happen? Link to comment Share on other sites More sharing options...
ianw1974 Posted March 18, 2008 Share Posted March 18, 2008 Taken from here (I know you're not using Ubuntu, but it's general Linux stuff to stop this for the X Server): http://www.ubuntugeek.com/how-to-disable-c...x-in-gnome.html First you need to take backup of xorg.conf file using the following command cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup Now you need to edit the file using the following command: ALT-F2 to get run command dialog gksu gedit /etc/X11/xorg.conf Add the following lines at the end of file Section “ServerFlags†Option “DontZap†“yes†EndSection Save the edited file found with google :) http://www.google.co.uk/search?hl=en&q...earch&meta= replace gedit with kedit if you use KDE instead of Gnome. Link to comment Share on other sites More sharing options...
wahur Posted March 18, 2008 Author Share Posted March 18, 2008 Taken from here (I know you're not using Ubuntu, but it's general Linux stuff to stop this for the X Server): http://www.ubuntugeek.com/how-to-disable-c...x-in-gnome.html OK, for further reference to all Mandriva users. Do not do it the Ubuntu way like ianw suggested above. You will end up with X spewing errors and not coming up again. Instead, when you open xorg.conf, you will find this DontZap option, commented out, in one of the first sections. Simply uncomment, restart X, done. And then pray you never need it in emergency ;) Wahur, many thanks to everyone Link to comment Share on other sites More sharing options...
ianw1974 Posted March 19, 2008 Share Posted March 19, 2008 My way isn't any different, as it still uses the DontZap option so find it strange how it was different and didn't work since it is only this one single option, and not anything else that did it. Unless of course, your DontZap option is in another place. If so, please update the post so that people know where to look for it. Link to comment Share on other sites More sharing options...
wahur Posted March 19, 2008 Author Share Posted March 19, 2008 I thought I already explained. You suggested adding DontZap option in a new section in the end of the file. Problem is, Mandriva xorg.conf already has that option, only its commented out. So adding it once more ends up with X not starting anymore. Therefore, Mandriva (and possibly, other non-Ubuntu distros) users should look for the already existing option in the file and simply uncomment. Difference is, indeed, tiny, but might save lots of trouble for someone not used to digging in conf files. Wahur Link to comment Share on other sites More sharing options...
ianw1974 Posted March 19, 2008 Share Posted March 19, 2008 I suggested something yes. But you didn't tell anyone exactly where the DontZap option is within your xorg.conf file. So if it has it, where is it? Copy and paste it from your existing config so people can see. This helps them :) And yeah, I should have mentioned to search the file first before adding it again, because sometimes configs already have them. And sometimes not..... :) Link to comment Share on other sites More sharing options...
wahur Posted March 19, 2008 Author Share Posted March 19, 2008 First, I did: "Instead, when you open xorg.conf, you will find this DontZap option, commented out, in one of the first sections." But if you insist, beginning of my xorg.conf (Ctrl-Alt-BS already disabled) looks like this: # File generated by XFdrake (rev 230776) Section "Extensions" Option "Composite" EndSection # ********************************************************************** # Refer to the xorg.conf man page for details about the format of # this file. # ********************************************************************** Section "ServerFlags" DontZap # disable <Ctrl><Alt><BS> (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse does not work #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching) EndSection Wahur Link to comment Share on other sites More sharing options...
ianw1974 Posted March 19, 2008 Share Posted March 19, 2008 Technically, my info is correct, since it is the same section, just that if you have it twice it causes a problem. Thanks for adding it, it makes things easier when people come across the same problem as you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now