[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1754615342899857.jpg (506 KB, 2205x1500)
506 KB JPG
To be fair, right ctrl had no use case to begin with.
>>
Are you retards STILL whining about this?
>>
It can be treated as a separate key in AutoHotkey allowing for RCtrl-specific macros. To me that's very useful in avoiding conflicts.
>>
>>108971106
>circumcised keyboard
yeah no thanks
>>
>>108971109
I was genuinely wondering about the use case for right ctrl, but I figured I might as well shitpost about AI while I'm at it since this is all that /g/ does these days.
>>
>>108971116
True. Although I've never been into macros, I can't really think of any that I'd need to use. What are your favorites?
>>
>>108971106
Bro, your CTRL+C/V from home-row?
>>
>>108971146
I have no idea what you're talking about. Why not use left ctrl + C/V? It works just as well whether your right hand is on the mouse or not.
>>
>>108971127
I have many, wrotr a script I expand on as I wish. The most useful ones are the ones that only work on specific windows, so I can have different pastes for different browsers, websites, game specific macros to bind to horizontal scroll/side buttons, have Space spam for bhop only for games that need it etc. Also got a simple check to re-run Flow Launcher (super useful software btw) with it's own shortcut if the process died. As for RCtrl, I have RCtrl+RShift+Home as Media Play/Pause for global Winamp-like media controls. You just gotta have a knack for problem solving to leverage macro writing.
>>
>>108971164
Interesting, thanks! I definitely want to look into some kind of volume related shortcut, I'm surprised Windows doesn't really have one built-in by default (media keys aside since my keyboard doesn't have them).
>>
File: 1772988119427821.png (27 KB, 546x565)
27 KB PNG
>>108971215
Actually, never mind, my keyboard does have a special function key that also works as volume control. I just never tried to use it in a combo so I thought it was useless. I've owned the keyboard for years. Pic related.
>>
>>108971215
Yeah those are some the most piss easy macros to do. Btw, you can do Rocker gestures for any program with
#If WinActive()
and
~LButton & RButton
and vice versa. The ~ ensures that AHK won't "hijack" that key and let it through, basically using it as a soft modifier instead of rebinding it. It comes pre-bundled with thorough documentation.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.