Not sure he'd be too pleased with this opinion!
It’s Time for Caps Lock to Die
31–39 of 39 posts
Re: It’s Time for Caps Lock to Die
#32I was convinced to try and decided that I like using Caps Lock as a left-hand Backspace myself. Nice to have one on each side, and that one is a much more convenient reach for your pinky.
That's a great idea! You've inspired me to try setting it to Delete, because it's a bit awkward to delete characters after the caret on Mac right now (FN + Delete is the only way I know how)
Re: It’s Time for Caps Lock to Die
#33Re: It’s Time for Caps Lock to Die
#34Re: It’s Time for Caps Lock to Die
#35If someone agrees and wants to implement something like this easily - autohotkey lets you do this in Windows with a one line script. CapsLock::Ctrl ; or some other key here To leave yourself some flexibility on using capslock still by hitting shift+ caps to activate it, use +CapsLock::CapsLock CapsLock::Ctrl ; or some other key here
Scroll lock is likewise mapped to F14 because that's another useless key.
Re: It’s Time for Caps Lock to Die
#36The best achievement I did in the process was creating a software called clipcontrol, which turned the caps lock key into a clipboard control key.
So caps+X/c/v worked like cut/copy/paste Caps + 1-9 was history number 1-9 Then there was support for persistent clipboard entries, etc etc Even plugin support to do text formatting and similar :-)
I'm not sure if it still works on recent windows versions, I switched to Linux a long time ago and a Linux version is yet to be done
Anyway, I think caps lock should be a clipboard key as clipboards are an important part of many workflows.
Re: It’s Time for Caps Lock to Die
#37A long time ago I ran anticapslock.com with articles and software about disabling/remapping the key. The best achievement I did in the process was creating a software called clipcontrol, which turned the caps lock key into a clipboard control key. So caps+X/c/v worked like cut/copy/paste Caps + 1-9 was history number 1-9 Then there was support for persistent clipboard entries, etc etc Even plugin support to do text f…
Re: It’s Time for Caps Lock to Die
#38If someone agrees and wants to implement something like this easily - autohotkey lets you do this in Windows with a one line script. CapsLock::Ctrl ; or some other key here To leave yourself some flexibility on using capslock still by hitting shift+ caps to activate it, use +CapsLock::CapsLock CapsLock::Ctrl ; or some other key here
I map it to F13, which I then use as a combo key to give me a variety of media keys that my keyboard lacks natively. Scroll lock is likewise mapped to F14 because that's another useless key.
Re: It’s Time for Caps Lock to Die
#39A long time ago I ran anticapslock.com with articles and software about disabling/remapping the key. The best achievement I did in the process was creating a software called clipcontrol, which turned the caps lock key into a clipboard control key. So caps+X/c/v worked like cut/copy/paste Caps + 1-9 was history number 1-9 Then there was support for persistent clipboard entries, etc etc Even plugin support to do text f…