Search found 7 matches

by enteleform
01 Nov 2018, 04:41
Forum: Forum Issues
Topic: Disabled new user registration.
Replies: 3
Views: 1778

Re: Disabled new user registration.

It might be time to switch to another forum software. I nominate Discourse . IMO it provides the best UI/UX of modern forum software, and is prevalent among popular technologies ( Rust, Docker, Atom, Sublime Text, & many others ). Additionally, Markdown provides a much more fluid writing experience...
by enteleform
01 Nov 2018, 04:22
Forum: Forum Issues
Topic: Getting spammed by AutoHotkey
Replies: 36
Views: 11110

Re: Getting spammed by AutoHotkey

Same issue here. I received about 40 emails between midnight & 2AM.
by enteleform
14 Mar 2016, 20:53
Forum: Ask for Help (v1)
Topic: SendInput Is Not Releasing KeyState
Replies: 7
Views: 2329

Re: SendInput Is Not Releasing KeyState

lexikos wrote:{vk07} is less likely to do anything unwanted than F24. It is an unassigned keycode according to the Windows SDK.
Just implemented Send, {vk07}{RWin Up}, & it works great.

Thanks for your help! :thumbup:
by enteleform
14 Mar 2016, 15:29
Forum: Ask for Help (v1)
Topic: SendInput Is Not Releasing KeyState
Replies: 7
Views: 2329

Re: SendInput Is Not Releasing KeyState

You can avoid that by sending some other key. Send {PrintScreen} serves this purpose, but you can just send a key that does nothing instead. I didn't get that when I first read it. I actually finished the script with some other workarounds. Just posted it at: Enhanced PrintScreen [ Clip | Capture ]...
by enteleform
14 Mar 2016, 15:22
Forum: Scripts and Functions (v1)
Topic: Enhanced PrintScreen [ Clip | Capture ] with RWin Passthrough
Replies: 0
Views: 2231

Enhanced PrintScreen [ Clip | Capture ] with RWin Passthrough

───────── SCRIPT ───────── @ GitHub ─────────────────── WHAT IT DOES ─────────────────── I've been using Lenovo ThinkPad Keyboards for a while now, and lately I've been feeling like: http://i.imgur.com/KBq3lYz.jpg?1 I use a ton of (native) hotkeys for SublimeText & other apps, and it's super useful ...
by enteleform
10 Mar 2016, 07:11
Forum: Ask for Help (v1)
Topic: SendInput Is Not Releasing KeyState
Replies: 7
Views: 2329

Re: SendInput Is Not Releasing KeyState

────────── Replies ────────── [*] PrintScreen:: will only activate if you are not holding any modifier keys such as Shift I was just trying to get the initial command working before implementing modifiers. I guess you used "+" to combine RWin and pressedKey Looks like I skimmed through an example @ ...
by enteleform
09 Mar 2016, 18:40
Forum: Ask for Help (v1)
Topic: SendInput Is Not Releasing KeyState
Replies: 7
Views: 2329

SendInput Is Not Releasing KeyState

I'm attempting to remap my PrintScreen button as RWin so that I can use hotkeys ambidextrously. PrintScreen::Rwin does not work. In my final script, I would like all modifiers & non-alphanumeric keys to work. EG: Shift + PrintScreen + A == Shift + RWin + A Ctrl + Alt + PrintScreen + Enter == Ctrl + ...

Go to advanced search