Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] not able to press the Touchpad button without right stick press at the same time #75

Open
BlueStarBRS opened this issue Sep 12, 2023 · 15 comments

Comments

@BlueStarBRS
Copy link

BlueStarBRS commented Sep 12, 2023

hi i cant use my touchpad key until is press r3 at the same time it seems it is related to the touchpad movement Feature

@r57zone
Copy link
Owner

r57zone commented Sep 12, 2023

Hi, by default the touchpad press is used by Xbox Select, to press the Share key on the DualShock you need to press Select + Start on the Xbox controller (you can also do the opposite in the configuration file).

You can also change the "MultiActivateKey" function button to something else if it is preventing you from playing with R3.

@BlueStarBRS
Copy link
Author

Hi, by default the touchpad press is used by Xbox Select, to press the Share key on the DualShock you need to press Select + Start on the Xbox controller (you can also do the opposite in the configuration file).

You can also change the "MultiActivateKey" function button to something else if it is preventing you from playing with R3.

im not able to use the touchpad until i press r3 while i pressing select

@BlueStarBRS
Copy link
Author

BlueStarBRS commented Sep 12, 2023

i can see my right stick is moving rly rly a tiny amout while i press back button for the touchpad button and that triggers als the time the touchpad movement so thats why i want a function to disable this

@BlueStarBRS
Copy link
Author

this is my config file

# DS4Emulator by r57zone
# Description: https://github.com/r57zone/DualShock4-emulator

[Main]
# Right stick invert
InvertX=0
InvertY=0

[Xbox]
SwapTriggersShoulders=0
SwapShareTouchPad=0
TouchPadPressedWhenSwiping=0
EnableXboxButton=1
# Button names: NONE, DPAD-UP, DPAD-DOWN, DPAD-LEFT, DPAD-RIGHT, XBOX, BACK, START, LEFT-STICK, RIGHT-STICK, LEFT-SHOULDER, RIGHT-SHOULDER, A, B, X, Y
MultiActivateKey=BACK
MotionShakingKey=RIGHT-SHOULDER
MotionUp=DPAD-UP
MotionDown=DPAD-DOWN
MotionLeft=DPAD-LEFT
MotionRight=DPAD-RIGHT
# Alt + F9 to get drift values
DeadZoneLeftStickX=0
DeadZoneLeftStickY=0
DeadZoneRightStickX=0
DeadZoneRightStickY=0
SleepTimeOut=1

[KeyboardMouse]
ActivateOnlyInWindow=PlayStation Plus
ActivateOnlyInWindow2=PS4 Remote Play
ActivateInAnyWindow=1
StopCenteringKey=C
# Close app with "ALT" + "Escape" to back the cursor display
HideCursorAfterStart=0
HideTaskBarInFullScreen=1
# PS Now has a big top header
FullScreenTopOffset=-50
SensX=20
SensY=18
# Smoother movement with minimal mouse movement
DeadZone=25
EmulateAnalogTriggers=0
AnalogTriggerStep=15
SleepTimeOut=1

[Motion]
Activate=1
Port=5555
Sens=50
AccelSens=50
GyroSens=50
# Orientation landscape - 1 or portrait - 0
Orientation=1
# Invert the axes if necessary 
InverseX=1
InverseY=0
InverseZ=1
SleepTimeOut=1

@BlueStarBRS
Copy link
Author

https://streamable.com/sjga0q here a video that shows my problem

@r57zone
Copy link
Owner

r57zone commented Sep 12, 2023

Try to change MultiActivateKey=BACK to MultiActivateKey=DPAD-UP or MultiActivateKey=LEFT-SHOULDER in config

@BlueStarBRS
Copy link
Author

BlueStarBRS commented Sep 14, 2023

Try to change MultiActivateKey=BACK to MultiActivateKey=DPAD-UP or MultiActivateKey=LEFT-SHOULDER in config

image
problem sill happening why i cant disable touchpad movement bind ? maybe i can then finally be able to press touchpad button without pressing my stick at the same time?

@BlueStarBRS BlueStarBRS changed the title make a option to disable all action button mechanics [BUG] not able to press the Touchpad button without right stick press at the same time Sep 14, 2023
@BlueStarBRS
Copy link
Author

i found a temporary fix

set
TouchPadPressedWhenSwiping=0
to
TouchPadPressedWhenSwiping=1

but then you cant swipe in the most scenarios so i was right that something with touchpad movement is broken

@BlueStarBRS
Copy link
Author

i found a temporary fix

set TouchPadPressedWhenSwiping=0 to TouchPadPressedWhenSwiping=1

but then you cant swipe in the most scenarios so i was right that something with touchpad movement is broken

@r57zone now the problem is i cant use my dpad up button .... bruh

@BlueStarBRS
Copy link
Author

my actuall config is:

# Description: https://github.com/r57zone/DualShock4-emulator

[Main]
# Right stick invert
InvertX=0
InvertY=0

[Xbox]
SwapTriggersShoulders=0
SwapShareTouchPad=0
TouchPadPressedWhenSwiping=1
EnableXboxButton=1
# Button names: NONE, DPAD-UP, DPAD-DOWN, DPAD-LEFT, DPAD-RIGHT, XBOX, BACK, START, LEFT-STICK, RIGHT-STICK, LEFT-SHOULDER, RIGHT-SHOULDER, A, B, X, Y
MultiActivateKey=DPAD-UP
MotionShakingKey=NONE
MotionUp=NONE
MotionDown=NONE
MotionLeft=NONE
MotionRight=NONE
# Alt + F9 to get drift values
DeadZoneLeftStickX=0
DeadZoneLeftStickY=0
DeadZoneRightStickX=0
DeadZoneRightStickY=0
SleepTimeOut=1

[KeyboardMouse]
ActivateOnlyInWindow=PlayStation Plus
ActivateOnlyInWindow2=PS4 Remote Play
ActivateInAnyWindow=1
StopCenteringKey=C
# Close app with "ALT" + "Escape" to back the cursor display
HideCursorAfterStart=0
HideTaskBarInFullScreen=1
# PS Now has a big top header
FullScreenTopOffset=-50
SensX=20
SensY=18
# Smoother movement with minimal mouse movement
DeadZone=25
EmulateAnalogTriggers=0
AnalogTriggerStep=15
SleepTimeOut=1

[Motion]
Activate=1
Port=5555
Sens=50
AccelSens=50
GyroSens=50
# Orientation landscape - 1 or portrait - 0
Orientation=1
# Invert the axes if necessary 
InverseX=1
InverseY=0
InverseZ=1
SleepTimeOut=1```

@BlueStarBRS
Copy link
Author

BlueStarBRS commented Sep 14, 2023

ok i fixed it by set EVERYTHING to "none"

@BlueStarBRS
Copy link
Author

but why is it running so weird on my end ?

@r57zone
Copy link
Owner

r57zone commented May 19, 2024

I updated the program, maybe now the micro movement will disappear

@BlueStarBRS
Copy link
Author

so what did changed with the new version ? idk if i have time i try to migrate the old in the new config

but still thanks for update for this nice tool im using it everyday 👍🏻

@r57zone
Copy link
Owner

r57zone commented May 24, 2024

Here I described the changes: https://github.com/r57zone/DualShock4-emulator/releases/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants