Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: More Keys - For tests
- Original author: Thanatos
- Original date: April 9, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/more-keys-for-tests.107748/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Download:
https://github.com/BossRpg/keys_module
Language: English/Portugues
Version: 0.1 - BETA
License: Not yet defined why it is being tested.
There are three types of events for conditions with keyboard buttons:
js_keyDown
When you press the key, if holding the command will not repeat, it will only happen once.
js_keyPress
For key pressed, this works for all letters, digits and calc keys, but does not work on others because they are for the exclusive use of the Rpg Maker System
js_keyUp
This works after using the KeyDown, you do not need to create a KeyDown condition, just hold the key for a short time and release.
Sample on Videos:
How to use:
First tests:
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License: Not yet defined why it is being tested. There are three types of events for conditions with keyboard buttons: js_keyDown When you press the key, if holding the command will not repeat, it will only happen once.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...