Quote from
noyzen on June 27, 2023, 10:15 pm
Hello! I made... Well ChatGPT made :D another poweful simple plugin. (poweful simple?!)
a plugin to detect when a key or multiple keys on keyboard is pressed and held down or released. I always wanted something like this, it may help you when you are making simple games with VisualNEO :)
OR when you want to make complext shortcut keys for your app! (Let's say Alt+Ctrl+S)
Look at the sample app.
Plugin is free.
UPDATE:
fixed a bug when HotKey command could not be used more than once. now it's ok.
HotKey_NoyzenKeys "27" "Hotkey_Esc"
HotKey_NoyzenKeys "13" "Hotkey_Enter"
HotKey_NoyzenKeys "67" "Hotkey_C"
Now you can use the function many times. (I still have to check if conflicts when I define Hotkey for E and for Ctrl+E but I think it will be fine).
Plugin Files updated.
Hello! I made... Well ChatGPT made :D another poweful simple plugin. (poweful simple?!)
a plugin to detect when a key or multiple keys on keyboard is pressed and held down or released. I always wanted something like this, it may help you when you are making simple games with VisualNEO :)
OR when you want to make complext shortcut keys for your app! (Let's say Alt+Ctrl+S)
Look at the sample app.
Plugin is free.
UPDATE:
fixed a bug when HotKey command could not be used more than once. now it's ok.
HotKey_NoyzenKeys "27" "Hotkey_Esc"
HotKey_NoyzenKeys "13" "Hotkey_Enter"
HotKey_NoyzenKeys "67" "Hotkey_C"
Now you can use the function many times. (I still have to check if conflicts when I define Hotkey for E and for Ctrl+E but I think it will be fine).
Plugin Files updated.
Uploaded files:- You need to login to have access to uploads.
luishp has reacted to this post.