react-shortcuts icon indicating copy to clipboard operation
react-shortcuts copied to clipboard

delete shortcuts doesn't not work in windows

Open sontrananh opened this issue 8 years ago • 1 comments

I use this structure to create shorcuts: DELETE: { osx: ['command+backspace', 'k'], windows: 'delete', linux: 'delete', }, UNDO: { osx: ['command+z', 'k'], windows: 'ctrl+z', linux: 'ctrl+z', },

It work fine in osx, but in windows 10 it's doesn't work How can i fix it

sontrananh avatar Sep 25 '17 03:09 sontrananh

it work fine with backspace button on windows

sontrananh avatar Sep 25 '17 03:09 sontrananh