Search found 6 matches

by hindered
Mon Mar 16, 2015 3:46 am
Forum: Need Help?
Topic: ESC Key on Joystick
Replies: 3
Views: 8065

Re: ESC Key on Joystick

heres my latest version. requires AHK 1.1 #if (GetKeyState("Joy7", "P")) Joy8::Send {Esc} Joy1::Send !{Enter} Joy2::Send !{f4} Joy3::Run C:\Program Files (x86)\Kodi\kodi.exe Joy4::Run C:\Program Files (x86)\mGalaxy\mGalaxy.exe Joy6::Send {LWin} #if this is built for a 360 controller as input. my ...
by hindered
Tue Mar 03, 2015 10:52 pm
Forum: mGalaxy Wishlist
Topic: A better system UI
Replies: 7
Views: 10215

Re: A better system UI

I fried my HTPC on Sunday and have new parts arriving today.  I will give more details when I am back in working order.
by hindered
Tue Mar 03, 2015 1:10 am
Forum: mGalaxy Wishlist
Topic: A better system UI
Replies: 7
Views: 10215

Re: A better system UI

And while I'm here.  I find the UI crashes when an emulator does not exit gracefully.  I know it's not an issue if the emulator is working perfectly, but that isn't always the case for me (especially getting it set up).  It would be nice if it handled these situations a bit better. 
by hindered
Tue Mar 03, 2015 1:06 am
Forum: Need Help?
Topic: ESC Key on Joystick
Replies: 3
Views: 8065

Re: ESC Key on Joystick

I use AutoHotKey.  I couldn't do a perfect select + start to exit, but it does let you hold select and press start to trigger esc which is good enough for me.

I based it on the script here:
http://www.autohotkey.com/board/topic/5 ... s-updated/
by hindered
Tue Mar 03, 2015 1:01 am
Forum: mGalaxy Wishlist
Topic: A better system UI
Replies: 7
Views: 10215

Re: A better system UI

Along these lines I'd really like the ability to bind more than one key to a particular function. So that both left and right AND L trigger and R trigger can cycle through these menus. Much more intuitive if I am handing the controller off to a new user. This would also help me when binding controls ...