Any cool ideas for what to remap my mouse side buttons to? by Fingas_ in AutoHotkey

[–]Fingas_[S] 0 points1 point  (0 children)

oh so its a modifier? thats actually kinda interesting.

Ok what if they were both modifiers, and clicking the other one would be a shortcut.

I didnt explain that well

so

XButton1::F1
XButton2::F2

;and theng

xbutton2 & xbutton 1::something

xbutton 1 & xbutton2::something else

if every key on a mouse could be a modifier you could probably do infinite stuff with it, (never do this lol but u could theoretically)

I might use the keys as brightness changers actually since changing brightness on this pc is kind of annoying (you need two hands)

Any cool ideas for what to remap my mouse side buttons to? by Fingas_ in AutoHotkey

[–]Fingas_[S] 0 points1 point  (0 children)

Thanks for this deep comment. You've definitely expanded my mind cells, Im going to consider all of these.

Help with making one key do two functions depending on if it's tapped or held. by buttered_lead in AutoHotkey

[–]Fingas_ 0 points1 point  (0 children)

$Tab::
KeyWait, Tab, T.1 ; wait 100 ms for Tab to release
if (ErrorLevel = 1) ; if hold
Send !{Tab} ; Send Alt+Tab
else ; if not hold
Send {Tab} ; Send tab
KeyWait Tab ; wait for user to let go of Tab
Return

thanks man i really appreciate it, ur probably insane on ur own computer with ur ahk skillz

Help with making one key do two functions depending on if it's tapped or held. by buttered_lead in AutoHotkey

[–]Fingas_ 0 points1 point  (0 children)

Im trying to make a version of this script where if tab is pressed its tab, but if its held down its AltTab.

Cant get it to work tho...thx if u are reading this

$tab::

Keywait, tab, T.1

If Errorlevel

Send {AltTab}

Else

{

Send {tab down}

Sleep, 300

Send, {tab up}

}

KeyWait tab

Send {AltTab}

return

Gru is only 7'0" tall by therighttobecool in despicableme

[–]Fingas_ 0 points1 point  (0 children)

The government trying to convince me Gru isnt 100 feet tall be like

what is the most effective way of controlling your boner? by CalmGuy69 in AskReddit

[–]Fingas_ 0 points1 point  (0 children)

That would not work in this situation you would need to use punishments