View Single Post
Old 10-18-2010, 12:39 AM   #22
h1uke
Zealot
h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.
 
Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
Quote:
Originally Posted by Polvo View Post
Is there a way to enter ;debugon with an ENTER at the end of the command? I can't get it to work...
_any_ key name defined in keydefs.ini.default can be used in hotkey seq definition,
i.e. in your case:
Code:
D = #';' "debugOn" 'Enter'
will work, but for convenience, and due to existing bug in a code, the correct definition would be:
Code:
D = #'Del' ';' "debug" 'Shift' "on" 'Enter'
Using plain linux shell commands(i.e. '!'-type hotkey seq) is a good advice.
In most cases this way you can avoid touching that weird Amazon stuff at all.
Please feel free to ask if uncertain how to do that.

I'll try to fix a captalization bug and "typing" timing in the next release.

HTH,

h1uke
h1uke is offline   Reply With Quote