18 Jan 11, 11:44PM
is there anyway AT ALL to stop caps lock from acctually locking caps in AC.
my fingers sometimes go all over the place and i will hit capslock. then when i talk to someone, it looks like i'm gramaticly shouting at them.
--> -->
Caps-lock! Grrrr.
|
18 Jan 11, 11:44PM
is there anyway AT ALL to stop caps lock from acctually locking caps in AC. my fingers sometimes go all over the place and i will hit capslock. then when i talk to someone, it looks like i'm gramaticly shouting at them.
18 Jan 11, 11:47PM
Well, you can put duck tape on the caps lock, so you don't accidentally hit it, or you can just be mad :D
-|DEATH|Ryan
19 Jan 11, 12:14AM
Lol! I do not know why, but also I use to randomly hit the caps-lock...the weird fact is that once pressed, I never randomly press it again to normal state!....Oo
[SELECT ALL] Code: bind CAPSLOCK [echo "You pressed caps lock!!!!!!!"]
19 Jan 11, 04:25AM
bind CAPSLOCK [crouch]
19 Jan 11, 10:15AM
(This post was last modified: 19 Jan 11, 10:15AM by MykeGregory.)
19 Jan 11, 12:50PM
No, binds don't work that way.
19 Jan 11, 01:08PM
19 Jan 11, 02:20PM
[SELECT ALL] Code: bind CAPSLOCK [echo "/quit"] It's the only way to learn to control yourself! ;)
19 Jan 11, 03:36PM
LOOOOOOOOL didn't think of that one.
Reminds me of a certain no-scope training script someone had me help him make... XD Essentially, [SELECT ALL] Code: add2alias altaction_5 [alias scopetime (millis); onrelease [if (> (- (millis) $scopetime) 2000) [suicide] []]]
19 Jan 11, 07:26PM
(This post was last modified: 19 Jan 11, 09:15PM by MykeGregory.)
i tried the binding the capslock as crouch...it works, but i stay crouched untill its pressed again
i dont want that to happen during a firefight. any ideas?
19 Jan 11, 07:31PM
Can't you just bind it to "null" so that it does nothing? (I'm not a scripter in any, way shape or form, this is purely a theoretical suggestion).
Either that or bind it to (psuedo-code) AnnoyingBlinkingMarqueeTextFunction("mykegregory is being a tool again and pressing capslock accidentally everybody", OutputToChat);
19 Jan 11, 08:53PM
(This post was last modified: 19 Jan 11, 08:57PM by MykeGregory.)
i will try that Darkbee. thanks for the suggestion.
i will report back in this post... * MykeGregory goes scripting... EDIT: IF YOU MEANT /BIND CAPSLOCK [NULL]? IT (sorry there we go with the capslock) didnt work
19 Jan 11, 09:02PM
I don't know what the syntax is, I'm not familiar Cube scripting, but conceptually the idea is sound. I'm sure one of the scripting nerdz here can come up with a solution. I have faith.
Capslock was always bound to nothing by default - the function itself not handled by AC. No matter what you bind caps lock to, you'll still type in caps. Likewise, there is no way around the "toggle crouch" functionality of the caps lock.
Of course, you can disable your caps lock key entirely (ex. registry tweak on Windows). To bind caps lock to nothing in AC: [SELECT ALL] Code: bind CAPSLOCK []
19 Jan 11, 10:59PM
what is this Registry tweak you speak of?
i honestly NEVER use caps lock. would be handy to know about.
19 Jan 11, 11:43PM
How to Disable Caps Lock Key in Windows 7 or Vista - How-To Geek
How to Disable the Capslock Key in Windows - wikiHow I have not tested this and are not responsible if anything goes wrong. Do make a backup of your registry first.
20 Jan 11, 12:34AM
XD
it's a software-side of taking a screwdriver and popping out your caps lock key. Or you could just take a screwdriver and pop out your caps lock key...
I didn't know capslock worked that way in regards to actions. there have been a couple of occasions where i have wanted a toggle crouch setting. If i understand this correctly, could you bind capslock to the fire command to toggle autofire? I guess that wouldn't be that useful anyway, as none of the guns have clips big enough to make anything like that advantageous at all.
EDIT: Just realized what might be useful: binding it to the jump key for easy bunnyhopping! I just have to see if it works now. EDIT EDIT: nope. it just jumps whenever i toggle it on. bummer.
22 Jan 11, 04:06PM
I don't feel like scripting right now, but I would bind the caps lock to play a sound:
(PSEUDOCODE:) Bind CAPSLOCK [ sound "vote called" ; onrelease [ sound "vote failed" ] ]
22 Jan 11, 04:18PM
non-pseudo-code:-P
[SELECT ALL] Code: bind CAPSLOCK [sound 50; onrelease [sound 52]]
22 Jan 11, 04:21PM
(22 Jan 11, 04:18PM)DES|V-Man Wrote: non-pseudo-code:-P thanks! I couldn't remember the sound numbers, or if that was even right for the matter. (My last reply had been from an iPod touch, so...)
22 Jan 11, 04:42PM
the vote sound script works really well! thanks guys!
22 Jan 11, 06:57PM
Now if you just some annoying klaxon sounds to a custom mod folder to replace the existing ones you should be cured of Capslock usage in no time.
23 Jan 11, 12:03AM
lol. yeah. *AAWOOOOGAAA!!!*
23 Jan 11, 01:24AM
You could stick a small, solid item underneath the caps lock button to stop you from pressing it down.
24 Jan 11, 06:12PM
I do stuff like that with Shift when im teabaging,
stupid Sticky keys :(
25 Jan 11, 12:02AM
26 Jan 11, 02:52AM
Remove tab and shift with a screwdriver and just stick hot glue under the Caps Lock key (presuming you have a normal desktop keyboard). I did that with the Insert key.
(19 Jan 11, 03:36PM)DES|V-Man Wrote: LOOOOOOOOL didn't think of that one.Well looky there. That was a nice script you helped me make xD |
« Next Oldest | Next Newest »
|