Go Back   Flash Flash Revolution > Flash Flash Revolution > FFR General Talk
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 12-22-2016, 07:10 PM   #1
Fantasticone
D7 Elite Keymasher
D7 Elite KeysmasherFFR Veteran
 
Fantasticone's Avatar
 
Join Date: Aug 2006
Age: 33
Posts: 6,003
Default Autohotkey script to disable ALT key

Bane of my existence, all methods I tried from googling did not work. Anyone know a script that prevents the press from registering period?
Fantasticone is offline   Reply With Quote
Old 12-22-2016, 07:10 PM   #2
Walrusizer
D7 Elite Keymasher
D7 Elite KeysmasherFFR Veteran
 
Walrusizer's Avatar
 
Join Date: Aug 2014
Posts: 1,080
Send a message via Skype™ to Walrusizer
Default Re: Autohotkey script to disable ALT key

yo fuck the alt key i agree
__________________
is expressing my inability to create a creative signature an act of creativity in and of itself?
Walrusizer is offline   Reply With Quote
Old 12-22-2016, 08:06 PM   #3
Hakulyte
the Haku
Retired StaffD7 Elite KeysmasherFFR Veteran
 
Hakulyte's Avatar
 
Join Date: Jul 2005
Age: 35
Posts: 4,519
Default Re: Autohotkey script to disable ALT key

That's for Windows Key:
Code:
~LWin Up:: 
~RWin Up::
That's for Alt Key:
Code:
LAlt::return
RAlt::return
Edit: Note that if you hit ctrl+alt or anything else that is not "alt" alone, alt will still work. You're stuck adding every potential combinations one by one. It should be fine if you're slipping from letters into "Alt" accidentally etc.

e.g:

Code:
CapsLock::      ; CapsLock
+CapsLock::	; Shift+CapsLock
!CapsLock::	; Alt+CapsLock
^CapsLock::     ; Ctrl+CapsLock
#CapsLock::	; Win+CapsLock
^!CapsLock::	; Ctrl+Alt+CapsLock
^!#CapsLock::	; Ctrl+Alt+Win+CapsLock
That would be what it would look like for CapsLock with multiple possibilities.

in b4 headache.

Last edited by Hakulyte; 12-23-2016 at 06:12 PM.. Reason: Mina/gold stinger saves the day
Hakulyte is offline   Reply With Quote
Old 12-23-2016, 09:53 AM   #4
Dinglesberry
longing
FFR Veteran
 
Dinglesberry's Avatar
 
Join Date: Dec 2007
Location: Ontario, Canada
Posts: 2,680
Default Re: Autohotkey script to disable ALT key

I use a program called sharpkeys to disable Ctrl, alt, windows key etc while I'm playing, this is better thought since I already have AHK since I'm a runescape nerd

Ctrl + o is the bane of my existence
Dinglesberry is offline   Reply With Quote
Old 12-23-2016, 09:58 AM   #5
gold stinger
Signature Extraordinare~~
Song Submission & Events Manager
Game ManagerEvent StaffSimfile JudgeFFR Wiki StaffFFR Simfile AuthorFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
gold stinger's Avatar
 
Join Date: Jan 2007
Age: 28
Posts: 6,367
Send a message via Skype™ to gold stinger
Default Re: Autohotkey script to disable ALT key

If you're looking for an AutoHotKey script to disable the ALT keys on your keyboard, the correct key setup is

RAlt::r
LAlt::r

Left alt & Right alt becomes 'R' key inputs. I use thko as my setup so I never have an issue with the alt key again in that regard. If you want to disable windows keys as well, Hakulyte's post is correct. I have a keyboard that specially disables windows key for me though so I've never used it myself.

I don't think it's ever worked with having no output for a key in Autohotkey scripts, but just make the key output some key that you don't ever use and has no affect on your gameplay.
__________________
Quote:
Originally Posted by YoshL View Post
butts.



- Tosh 2014







Last edited by gold stinger; 12-23-2016 at 10:00 AM..
gold stinger is offline   Reply With Quote
Old 12-23-2016, 11:21 AM   #6
MinaciousGrace
FFR Player
D7 Elite Keysmasher
 
MinaciousGrace's Avatar
 
Join Date: Dec 2007
Location: nima
Posts: 4,278
Default Re: Autohotkey script to disable ALT key

dont leave the output empty

LAlt::return
MinaciousGrace is offline   Reply With Quote
Old 12-23-2016, 06:14 PM   #7
Hakulyte
the Haku
Retired StaffD7 Elite KeysmasherFFR Veteran
 
Hakulyte's Avatar
 
Join Date: Jul 2005
Age: 35
Posts: 4,519
Default Re: Autohotkey script to disable ALT key

I didn't even realize my alt script didn't work until you two mentioned it. Good find. xd
Hakulyte is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 08:24 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution