bugfix: chords with modifiers

[?]
Dec 1, 2022, 3:28 AM
QMTFHF3SG77FBOIQAA4ECQ4XS4UWBLKU5LUUMHGA65AK325OK3RQC

Dependencies

  • [2] LRDM35CE app running again
  • [3] TXDMRA5J bugfix: alt-tab shouldn't emit keypress events
  • [4] KKMFQDR4 editing source code from within the app
  • [5] 36Z442IV back to commit 8123959e52f without code editing
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 131
    [3.7306][2.525:604]()
    if on.keychord_pressed then on.keychord_pressed(key, scancode, isrepeat) end
    [3.7306]
    [3.223]
    if on.keychord_pressed then on.keychord_pressed(chord, key) end