tmedwards / sugarcube-2

SugarCube is a free (gratis and libre) story format for Twine/Twee.
https://www.motoslave.net/sugarcube/2/
BSD 2-Clause "Simplified" License
177 stars 41 forks source link

RELEASE: v2.33.1 #68

Closed tmedwards closed 4 years ago

tmedwards commented 4 years ago

Changelog:

ZachariBarnes commented 4 months ago

Changelog:

  • <<type>> macro updates:

    • Added the Config.macros.typeSkipKey setting.
    • Added a skipkey option.
    • Changed the skip key event to keydown.

Is there a way to pass an array into Config.macros.typeSkipKey and have it work for multiple keys? Example: 's' and 'S' Thanks