Guide 90 – Using HotKeys in PHPRunner |
12/28/2024 3:11:57 PM |
PHPRunner Tips and Tricks | |
fhumanes author
Searching, I found this solution https://raw.githack.com/jaywcjlove/hotkeys/b3cb4a3/index.html , which is mainly explained for REACT (I found the same with other libraries), but which also has its version for WEB [https://unpkg.com/browse/ hotkeys-js@3.13.9 /dist/ ](https://unpkg.com/browse/ hotkeys-js@3.13.9 /dist/ ). Objetive Incorporate HotKeys functionality into PHPRunner developments, with a single configuration for the entire project. DEMO: https://fhumanes.com/hotkeys/ // JavaScript file customization example for programming the "Hotkey" keys from the browser If you are interested in this solution, please access the article at this link. |
|
A
|
asawyer13DevClub member 12/28/2024 |
Yes it works perfectly. Alan |
C
|
Chris Whitehead 12/30/2024 |
fhumanes , great find on the script, makes dropping hot keys in a simple solution. |