Tsahion wrote: ↑Thu Apr 05, 2018 9:48 am
duyen911007 wrote: ↑Tue Feb 20, 2018 4:23 am
fast sprint key how i change caplock > lctrl ?
I also want to know this... Don't like using caps lock for anything other than its intended function.
1. edit the script by double clicking on the "<script>" on the line, or press enter when highlighting the line.
2. goto line 20:
3a. "14" is the keycode in hex, refer to
[Link] for other keycode.
3b. for example, if you want to use ctrl key, change the line to this:
3c. if the key you want to change to is alphabet, e.g., P, you just need to use 'P' instead of a hex, like this:
4. after you change the code, click OK button at the bottom.
5. (re)activate the script, see if it's working properly.
6. if it works fine, remember to save the table!