Francis Feng
Francis Feng
I am adding a hard-codeed shortcut for my app. Below is my code: ```swift static let someShortcut = Self("someShortcut", default: .init(.s, modifiers: [.command, .option])) KeyboardShortcuts.onKeyDown(for: .someShortcut) { // Do something...
I think this project does the job: https://github.com/sindresorhus/Plash
Have the same issue too. I am running WebStorm on my Window 10 laptop and have Node.js installed globally. Is it because this plugin doesn't support Windows yet?