-
-
Notifications
You must be signed in to change notification settings - Fork 84
Keys Reordering for numpad #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @onuh , Unfortunately, there is no such option to reorder the Numpad. I will consider this request for the next updates. Thanks, |
Thanks for your reply.
I await your updates. Such an awesome plugin you have there.
I also want to add, keyup events aren't firing with the keyboard. Can you
please work on it?
…On Mon, Nov 29, 2021, 1:34 PM Furkan MT ***@***.***> wrote:
Hi @onuh <https://github.com/onuh> ,
Unfortunately, there is no such option to reorder the Numpad. I will
consider this request for the next updates.
Till then, you can reorder the static key via the source file if you want.
Thanks,
Furkan.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJMHBVWU3PLIVPB22GOPRTUONXMBANCNFSM5H6N2QTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi @onuh , A And for the main issue; I will add a new option that allows the user to set custom numbers from Thanks, |
Thanks for the suggestions and updates.
…On Sat, Dec 4, 2021, 3:10 PM Furkan MT ***@***.***> wrote:
Hi @onuh <https://github.com/onuh> ,
A change event will be fired for each keypress. You can add a change event
listener to the input elements instead of keyup.
And for the main issue; I will add a new option that allows the user to
set custom numbers from 1 to 9 in any order for the Numpad type of
keyboard. 0 will stay as it is.
Thanks,
Furkan.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJMHBRFKT6KQOIUCFYGH3DUPIOPDANCNFSM5H6N2QTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Removed: The `KioskBoard.Merge()` method has been removed. (This method already has been deprecated in v1.4.0) Changed: `KioskBoard.Init()` function name has been changed to `KioskBoard.init()`. Changed: `KioskBoard.Run()` function name has been changed to `KioskBoard.run()`. Changed: Auto-generated `kioskboard-aio.js` file has been moved from `src/all-in-one` folder to `build` folder. Changed: The `specialCharactersObject` option has been changed to `keysSpecialCharsArrayOfStrings`. An Array of Strings can be set to override the built-in special characters. e.g. => `["#", "$", "%", "+", "-", "*"]` Fixed: Custom key with multiple characters: ([#31](#31)) Added: The `keysNumpadArrayOfNumbers` option has been added: An Array of Numbers can be set to override the built-in numpad keys. (From 0 to 9, in any order.) e.g. => `[1, 2, 3, 4, 5, 6, 7, 8, 9, 0]` - ([#30](#30))
Hi @onuh , KioskBoard v2.0.0 has been released. A new option has been added and the option name is Also, this is a major release. Please take a look at the CHANGELOG before updating your current projects. Thanks, |
Is there a way to reorder the numpad to start from 1 at the top and end with 0, then the backspace? Can we have the enter key on the numpad? How about a clipboard option to paste data directly from clipboard to input?
The text was updated successfully, but these errors were encountered: