Hoai Phuoc Truong

Results 27 comments of Hoai Phuoc Truong

I created a quick replacement library for JNativeHook that offers simplified functionalities. You might find this helpful while waiting for next release to fix this. https://github.com/repeats/SimpleNativeHooks

1) What OS are you running? The low level native codes should support all keys. However, I do not have native key code mappings to convert that into the Java...

I just tested on Ubuntu 22 with JDK 11 and it works. What is your setup? And which part of recording that does not work? Can you describe the situation...

This project has a simple build process so I don't want to involve any advanced build tool like Maven or Grade. You can just clone the repository and create a...

Can you include more details? What operating system are you running? What browser do you have? Have you tried opening a browser and going directly to the local web page?...

The actual code is here https://github.com/repeats/Repeat/blob/d9c209fbe2c1c80fadf053236aa2fe457784921c/src/frontEnd/MinimizedFrame.java#L78 I guess I'll try to find another way to do the browse action.

Closing due to inactivity.

Since you've added that it's Arch Linux, C# "Launcher /home/user/Downloads/resources/csharp/Repeat.exe is not executable" is actually intended behavior, right? Were you able to access the web UI page (localhost:65401) and do...

This is because Java method has a limit https://stackoverflow.com/a/107911 "a method does have a limit of 65535 bytes of bytecode per method" To overcome this, have you considered not recording...

Did you mean this? https://github.com/repeats/Repeat/blob/master/src/staticContent/natives/python/key_code.py The template code is here https://github.com/repeats/Repeat/blob/master/src/staticContent/natives/python/template_repeat.py Does the default template not compile and run? What error did you see?