Grey Wolf

Results 14 comments of Grey Wolf

OS: Windwows11 JDK: 16 code: ```java import com.melloware.jintellitype.HotkeyListener; import com.melloware.jintellitype.JIntellitype; public class Main { private static final int HOME = 96; public static void main(String[] args){ JIntellitype instance = JIntellitype.getInstance();...

> oh maybe in Full Screen Windows 11 is intercepting the HOME key before it gets to JIntellitype? I have noticed Windows 10 and 11 are a lot more aggressive...

> Administrator won't help. The HOME key might be special for Full Screen Mode and Microsoft owns the keys before they get to JIntellitype. Have you tried another key like...

> Hi, can you share the stacktrace of the issue and how you import the library, for clarification I am sorry for the late reply. graalVM version: 17.0.6 Here is...

> (async () => { > // your original t.js > })(); After your guidance, I changed the code to the following form, but it doesn't seem to work as...

> * .catch(e => console.log(e)) Thanks, I can now print out the error message using fun().catch(e => console.log(e)); From the information, it seems that the import failed. The console information...

> ![image](https://user-images.githubusercontent.com/1687298/159161220-7bb98d0b-1c10-45bd-9050-75a4994369b7.png) 感谢作者的回复,问题已解决

> 我在尝试使用更高版本的python来运行,现在安装python遇到点问题,晚点我再试试😂

Is there a better solution now?

My code didn't work as expected, when the http status code was 403, instead of jumping to the login page in the ssr scenario, the error page would appear directly...