From e14f880a151f56c10fdff1671d6de830a6c9dbfd Mon Sep 17 00:00:00 2001 From: Cemu User8 Date: Mon, 9 Oct 2017 08:35:55 -0400 Subject: [PATCH] =?UTF-8?q?Added=20what=20buttons=20are=20=E2=9C=95,=20?= =?UTF-8?q?=E2=97=8B,=20=E2=AC=9C,=20=E2=96=B3=20in=20the=20keylist=20help?= =?UTF-8?q?er=20when=20vXBox=20is=20active.=20This=20helps=20with=20people?= =?UTF-8?q?=20are=20using=20this=20for=20things=20like=20rpcs3=20and=20Pla?= =?UTF-8?q?ystation=20Now=20instead=20of=20CEMU.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mouse2joystick_Custom_CEMU.ahk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mouse2joystick_Custom_CEMU.ahk b/mouse2joystick_Custom_CEMU.ahk index 4877a47..7ae79c7 100644 --- a/mouse2joystick_Custom_CEMU.ahk +++ b/mouse2joystick_Custom_CEMU.ahk @@ -1,6 +1,6 @@ ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Modified for CEMU by: CemuUser8 (https://www.reddit.com/r/cemu/comments/5zn0xa/autohotkey_script_to_use_mouse_for_camera/) -; Last Modified Date: 2017-10-02 +; Last Modified Date: 2017-10-09 ; ; Original Author: Helgef ; Date: 2016-08-17 @@ -22,7 +22,7 @@ ; Credit to author(s) of vJoy @ http://vjoystick.sourceforge.net/site/ ; evilC did the CvJoyInterface.ahk ; -version := "v0.3.2.0" +version := "v0.3.2.1" #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. @@ -1730,13 +1730,13 @@ GUI, KeyHelper:New, +HWNDKeyHelperHWND -MinimizeBox +OwnerMain GUI, Margin, 10, 7.5 GUI, Font,, Lucida Sans Typewriter ; Courier New GUI, Add, Text, W0 H0 vLoseFocus, Hidden -GUI, Add, Text, w80 R1 Right Section, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(A)","A") : "A" +GUI, Add, Text, w80 R1 Right Section, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(A - ✕)","A") : "A" GUI, Add, Edit, W80 R1 x+m yp-3 Center ReadOnly -TabStop, % KeyListByNum[1] -GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(B)","B") : "B" +GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(B - ○)","B") : "B" GUI, Add, Edit, W80 R1 x+m yp-3 Center ReadOnly -TabStop, % KeyListByNum[2] -GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(X)","X") : "X" +GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(X - ⬜)","X") : "X" GUI, Add, Edit, W80 R1 x+m yp-3 Center ReadOnly -TabStop, % KeyListByNum[3] -GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(Y)","Y") : "Y" +GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(Y - △)","Y") : "Y" GUI, Add, Edit, W80 R1 x+m yp-3 Center ReadOnly -TabStop, % KeyListByNum[4] GUI, Add, Text, w80 xs R1 Right, % vXBox ? Format("{1:-7.7s}{2:4.4s}","(LB)","L") : "L" GUI, Add, Edit, W80 R1 x+m yp-3 Center ReadOnly -TabStop, % KeyListByNum[5]