ayyoubmiftah

Results 16 comments of ayyoubmiftah

@imjinjia do you found a solution to this probleme ?

@imjinjia @ayufan for example if you long click in Ybuton in steam deck to do long press in shift button for example but shift button (clicked down and up many...

@ayufan yeah exactly , do you know how to do long press for 2 seconds in Key (for example :VK_A) with c#

@ayufan ah ,Thanks so (we just work with repeated clicks) cause I need to simulate shift+tab or alt+enter or alt+tab or....... Xbtn=shift; Ybtn=alt; R1=tab .......

@imjinjia -------------I just want hold ctrl key to multi-select.----------- Me too Thanks @ayufan

@imjinjia I found a solution with https://github.com/AntiMicroX/antimicrox it can do a long press emulation and work Great with SDT

@imjinjia problem is solved . if you are familiar to c# work with this function : [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int...

when I make for example : -short press A to 'j' -and long press A to 'k' ->after I clicked A write 'jk'

@CasperH2O Thanks . if this problem resolve informe me .