• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 427 428 429 430 431 ... 1197 Next »

change hotkey profile in gameini??
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
change hotkey profile in gameini??
02-14-2016, 09:04 AM
#1
cura
Unregistered
 
I've got 2 different hotkey profiles saved.

Is there any way to automatically use a specific profile for a specific game? (like you can with gamecube controller and wiimote profiles)
Reply
02-14-2016, 10:00 AM
#2
Sonicadvance1 Offline
Professional Hand Holder
**********
Developers (Some Administrators and Super Moderators)
Posts: 716
Threads: 15
Joined: Jan 2013
No
Find
Reply
02-15-2016, 10:27 AM
#3
cura
Unregistered
 
(02-14-2016, 10:00 AM)Sonicadvance1 Wrote: No

I've written an autohotkey script to add this functionality if anyone wants it. I use launchbox to run the script before and after a specific game (to change the hotkey profile, then change back to default), but any other program that lets you run a script with your game will work.

You'd have to change lines 1 & 9 to suit your needs. {Down 2} in line 9 works if you want to select the 2nd profile. Change the number depending on which profile you want to use.

Code:
Run "D:\Dolphin-x64\Dolphin.exe"
Sleep, 1000
SendInput !o
Sleep, 100
SendInput h
Sleep, 100
SendInput {TAB 110}
Sleep, 100
SendInput {Down 2}
Sleep, 100
SendInput {TAB}
Sleep, 100
SendInput {Enter}
Sleep, 100
SendInput {TAB 3}
Sleep, 100
SendInput {Enter}
Sleep, 100
SendInput !f
Sleep, 100
SendInput {Down 5}
Sleep, 100
SendInput {Enter}
Reply
02-16-2016, 04:23 AM (This post was last modified: 02-16-2016, 04:24 AM by eckso.)
#4
eckso Offline
The Ratio of the boy's Aspect
***
Posts: 134
Threads: 11
Joined: Aug 2015
My wrong. You mean global scope Dolphin hotkeys... I guess then yes, AHK is an option to go.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode