User Details
- User Since
- Oct 28 2018, 2:14 PM (321 w, 4 d)
- Availability
- Available
Jun 1 2020
Dec 31 2018
Thanks, that would be very helpful.
Dec 22 2018
Dec 21 2018
Minor fix
More Fixes
Fixed Stuff
Dec 19 2018
Nov 19 2018
Can you do the Android side? Since you have commit access you can just commit directly. I'm too lazy to clone the repo and create a diff for a one word change.
Done.
I tested this for a little bit and it seems to work pretty well. I think this is ready to be merged.
Nov 18 2018
- Improved Error Checking
More fixes
Fixed some stuff
Nov 16 2018
Nov 8 2018
Powershell is slow to start, especially on older computers. So if people just want to run a simple command, it'll create unessasary delay. If people really want to run powershell, they could just put powershell -c <command> in their command
Sorry, I accidentally swapped -c and /c.
@shivanshukantprasad If the user wants to run commands on other shells. They could just invoke the shells themselves.
Nov 7 2018
Nov 6 2018
Unfortunately there is no standard way to control media players on Windows. There is a standard API for media players(ISystemMediaTransportControls) but there's no way to query it since it's per app. I think simulating VK_MEDIA key presses maybe our only option.
Oct 30 2018
Oct 29 2018
Fixed key combinations. This patch is ready to be merged.
My email is jambonmcyeah@gmail.com.
I think I know the reason why ctrl+c or ctrl+v doesn't work. It's because when KEYEVENTF_UNICODE is used, a VK_PACKET keystroke is sent which doesn't combine with other keys. I'll try to update the patch with a fix this week.