geekhack

geekhack Community => Keyboards => Topic started by: Awful on Fri, 21 June 2013, 10:35:49

Title: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Awful on Fri, 21 June 2013, 10:35:49
So okay, I need to disable the ctrl + esc shortcut in windows. I can't figure out to use autohotkey to do it like many suggest. Is their a registry edit or something simple I can do this with? Really a bummer.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: kmiller8 on Fri, 21 June 2013, 10:37:08
Thank you for showing me what ctrl-esc does. good luck on your quest to get rid of it :D
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: tipo33 on Fri, 21 June 2013, 10:38:04
Thank you for showing me what ctrl-esc does. good luck on your quest to get rid of it :D

For future reference what does it do?   I don't have any Windows computers.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: tp4tissue on Fri, 21 June 2013, 10:40:58
what? why bother... how do you manage to hit both those keys.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: kmiller8 on Fri, 21 June 2013, 10:41:09
For future reference what does it do?   I don't have any Windows computers.

It presses the windows key, so like for boards that are winkeyless (i'm assuming)
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Awful on Fri, 21 June 2013, 10:42:39
I keybind to tilde in games, but now that I have a Pure I can't, so I'm binding to that escape key as if it were tilde. Hope that makes sense. I can't use the combo of "Ctrl + Esc" as I would have used "Ctrl + Tilde" in the past.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: tp4tissue on Fri, 21 June 2013, 11:02:50
I keybind to tilde in games, but now that I have a Pure I can't, so I'm binding to that escape key as if it were tilde. Hope that makes sense. I can't use the combo of "Ctrl + Esc" as I would have used "Ctrl + Tilde" in the past.

Ergo dox... salvation is at hand.. Fully programmable, you can put esc key anywhere...

Staggered qwerty layouts are so bad for your hand, wrist and shoulders...   I would know, i've used them all my life.

Suffer no more. :D
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: actionbastard on Fri, 21 June 2013, 11:46:58
I keybind to tilde in games, but now that I have a Pure I can't, so I'm binding to that escape key as if it were tilde. Hope that makes sense. I can't use the combo of "Ctrl + Esc" as I would have used "Ctrl + Tilde" in the past.

Ergo dox... salvation is at hand.. Fully programmable, you can put esc key anywhere...

Staggered qwerty layouts are so bad for your hand, wrist and shoulders...   I would know, i've used them all my life.

Suffer no more. :D

STOP IT!!! I don't have $200 to spend right now  ;(..
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: tp4tissue on Fri, 21 June 2013, 11:49:46
I keybind to tilde in games, but now that I have a Pure I can't, so I'm binding to that escape key as if it were tilde. Hope that makes sense. I can't use the combo of "Ctrl + Esc" as I would have used "Ctrl + Tilde" in the past.

Ergo dox... salvation is at hand.. Fully programmable, you can put esc key anywhere...

Staggered qwerty layouts are so bad for your hand, wrist and shoulders...   I would know, i've used them all my life.

Suffer no more. :D

STOP IT!!! I don't have $200 to spend right now  ;(..

Love will find a way...
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: fohat.digs on Fri, 21 June 2013, 12:58:47
I have never understood the hatred some people have for staggered keys.

I find them very helpful and hate it when I have to use a keyboard where there are vertical columns as well as horizontal rows.

PS - please, no flames or trolls. rational explanations would be nice.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: esoomenona on Fri, 21 June 2013, 13:06:27
I learned about keytweak last night. It was fast and easy. Maybe give it a try, remapping Escape for tilde?
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: RabRhee on Fri, 21 June 2013, 13:32:57
Keytweak would work but it would probably mean you don't have an esc key at all, which is good if you can truly do without.

An alternative would be the board-popular AutoHotKey, ( www.autohotkey.com ) which would let you set up a script to block the ctrl-esc.

^Escape::
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: esoomenona on Fri, 21 June 2013, 13:41:42
I had to resort to keytweak because AHK was being real finicky with me and swapping a couple keys. I tried jumping through many hoops, but couldn't get it. But AHK is good for things like this situation, where it can be context aware, such as you just mentioned.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: RabRhee on Fri, 21 June 2013, 13:46:11
I had to resort to keytweak because AHK was being real finicky with me and swapping a couple keys. I tried jumping through many hoops, but couldn't get it. But AHK is good for things like this situation, where it can be context aware, such as you just mentioned.

Yes, remapping is a much better option I think, partly because I think it is done on system load, and then set in stone. Anything that is sat in between your keyboard and the application like AHK always has the potential to cause other problems, or delays. It would be possible to map some other key to Esc if it was needed.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: fohat.digs on Fri, 21 June 2013, 15:32:21
I always liked Key Tweak better than Auto Hot Key, but with Soarer's Converter it is much better to program all your changes directly into the Teensy.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Grim Fandango on Fri, 21 June 2013, 16:14:51
I have also used keytweak in the past and it worked well enough.

Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Awful on Fri, 21 June 2013, 17:14:52
Would keytweak allot me to tell the keyboard that the esc is tilde? I can do without an escape. I'm using ahk right now, and it's working but not exactly how I would prefer it.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Awful on Fri, 21 June 2013, 17:48:48
Keytweak worked perfectly, thanks guys!
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: noisyturtle on Fri, 21 June 2013, 19:26:55
Keytweak worked perfectly, thanks guys!

Now kiss.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: Leslieann on Fri, 21 June 2013, 20:21:45
In Autohotkey this turns left ctrl into a left shift key:
LCtrl::LShift

Personally, I use:
Capslock::LShift   (turns capslock into shift)
Insert::Delete    (turns insert into delete)

I also run this, which turns the Start key into CTRL during Left 4 Dead 2:
#IfWinActive Left 4 Dead 2
LWin::LCtrl

I also use it to correct common misspellings like:
::teh::the
::woudl::would


I think I have most of the key names if you need it.
Title: Re: I'll kiss you on the mouth... Disabling ctrl-esc
Post by: ImperfectLink on Fri, 21 June 2013, 20:58:15
For future reference what does it do?   I don't have any Windows computers.

It presses the windows key, so like for boards that are winkeyless (i'm assuming)

It rubs the lotion on it's skin...