I aint gonna be buying any extra hardware anytime soon myself, but that remote setup DOES sound neat.
Anyway, I got the AHK thing working. I'll put it here for the benefit of future me-like searchers.
Here's the
AHK script code:
Code: Select all
Numpad0::send ^{Space}
NumpadEnter::send ^{Space}
Numpad1::send !1
Numpad2::send !2
Numpad3::send !3
Numpad4::send !4
Numpad5::send !5
Numpad6::send !6
Numpad7::send !7
Numpad8::send !8
Numpad9::send !9
(! is alt, ^ is ctrl
the way it phrases things is:
[this thing]::send [causes this]
)
And unfortunately I can't find a way to export VLC hotkey preference settings, but that's global hotkeys:
Code: Select all
Pause/Play
ctrl+0
Next
alt+8
Previous
alt+2
Very Short backwards jump
alt+1
Very Short forwards jump
alt+3
Short backwards jump
alt+4
Short forwards jump
alt+6
Long backwards jump
alt+7
Long forwards jump
alt+9
So you end up with a setup where it's easy to remember what key does what, and easy for your fingers to find that key when you want it.
<<<____/p\____>>>
_<<___________>>_
__<____ \n/____>___
[pause/play]
Kind of mental spatial mnemonic grid thingy.
And if you got two keyboards or are using dictation software with headphones, you can put keyboard on the floor and hit the key with your toe as a foot pedal. XD