geekhack
geekhack Community => Keyboards => Topic started by: GigaFlop on Mon, 03 October 2011, 10:09:56
-
I would have just asked Ripster about this, but apparently he isn't allowed/blocks all PM's.
I'm considering swapping the functionality of backspace and capslock with Autohotkey. Will the LED on my keyboard still light up if I press the button that used to be capslock? That's really the only thing I'm worried about, as I don't like when that light is on. And I don't know yet how Autohotkey will affect my computer overall, or I would just test it myself.
Any help is appreciated, thanks.
-
I use my caps key as a ctrl on Linux and it does not light up with a Unicomp spacesaver.
-
I recently started using AHK to replace Caps Lock with shift, doesn't light up and AHK hasn't had any negative effects on my computer.
-
You should be able to control the functionality of your LEDs. I've had a bit too much fun (using a different program) programming my LEDs to do weird things when I hold down certain keys, and I do have it set to keep the Caps Lock LED unaffected by a Caps Lock keypress. (For fun though, I made it so it lights up when I press a Shift key (goes along with capital letters)).
-
Thanks, all. Here is a gift for your help.
(http://i.imgur.com/HGCb2.jpg)
You should be able to control the functionality of your LEDs. I've had a bit too much fun (using a different program) programming my LEDs to do weird things when I hold down certain keys, and I do have it set to keep the Caps Lock LED unaffected by a Caps Lock keypress. (For fun though, I made it so it lights up when I press a Shift key (goes along with capital letters)).
What program would that be?
-
I would have just asked Ripster about this, but apparently he isn't allowed/blocks all PM's.
I'm considering swapping the functionality of backspace and capslock with Autohotkey. Will the LED on my keyboard still light up if I press the button that used to be capslock? That's really the only thing I'm worried about, as I don't like when that light is on. And I don't know yet how Autohotkey will affect my computer overall, or I would just test it myself.
Any help is appreciated, thanks.
Go ahead and do it. I did the same thing. As long as you do it right, AutoHotKey won't harm anything and you can always take a Hotkey off.
The Caps LED will never come on.
-
I've remapped capslock and backspace but not using autohotkey, because I wanted my remapping to take effect directly at login.
-
What program would that be?
Oh, I'm a Mac user so I didn't bother mentioning, but I use ControllerMate.
-
I am so amused right now! Gone are my days of reaching all the way to the corner of my keyboard to delete a mistake!
Even though I keep reaching for what used to be backspace while writing this.. I guess a few days of internet should help.
-
I don't know why, but I still haven't begun using my Caps Lock key for Backspace even though that's been its function on my keyboard for weeks. Somehow I was able to train myself to learn a completely different layout, but something about Backspace (Delete on Macs) is just instinctual.. Primal even. Kinda like how I've only ever used Left Shift and never Right (I am a lefty, though I'm not sure if it's a common thing for people to use only Left Shift).
-
I am a Colemak user and I replace Capslock with Backspace. Now I have two Backspaces, you have choice to use either hand to press Backspace.
-
i am a colemak user and i replace capslock with backspace. Now i have two backspaces, you have choice to use either hand to press backspace.
SO YOU NEVER USE CAPS LOCK, right? Sad thing.
-
I have the Caps Lock function assigned to Win-Caps. Even tho I have yet to find another purpose for the Caps lock itself. I've never had a use for CapsLock tho...
-
I programmed the swap in AHK and it works fine both at home and at work. At home I still can get capslock with shift-capslock YOU SEE?
-
I used the windows registry to hard code my Capslock to be Left Control, and then in AHK made Control + Pause = Capslock, so Capslock key + Pause also toggles Capslock. The LED and everything else still works exactly as you'd expect it to, you just have an extra Control key in a more ergonomically friendly place. I'd highly suggest remapping your Capslock key to something more useful (Control, Backspace or even Escape for my fellow vim users out there).