Levy

Results 2 comments of Levy

Great fix, Thanks @Barelydead could you merge it, pls?

@Jordan-Ellis , try this code. ``` const customizedShortcuts = reactive({ meta_k: { usingInput: true, handler: () => { console.log('shortcut triggered') } } }) function changeShortcut () { const shortcut =...