Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Lua
➜ keyboard handler
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Winsor
(1 post) Bio
|
Date
| Wed 22 Nov 2017 10:28 AM (UTC) |
Message
| 1) is it possible to handle the input of all keyboards keys and modifiers to output them in a log file?
2) Is it possible to use the Shift modifier with the NUMPAD keys?
Accelerator ("Ctrl+Numpad4", "foo",sendto.world) - work fine
Accelerator ("Shift+Numpad4", "foo",sendto.world) - not work
Accelerator ("LShift+Numpad4", "foo",sendto.world) - some not work | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Thu 23 Nov 2017 05:08 AM (UTC) Amended on Thu 23 Nov 2017 05:11 AM (UTC) by Nick Gammon
|
Message
| You can test out the correct names by using the Input menu -> Key Name.
Some experimenting (and Googling) shows that for Shift+Numpad4 to work you must have NumLock disabled.
Then Numpad4 becomes "Left" so this works:
AcceleratorTo ("Shift+Left", "foo", sendto.world) -- send on Shift + Numpad4
Your code incorrectly has a "sendto" argument for Accelerator where that is only supported by AcceleratorTo. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
11,565 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top