fixed alt-arrow keys on Mac as well as Home and End combinations (fixes #255)

This commit is contained in:
Eugene Pankov
2018-01-24 16:40:30 +01:00
parent b007ff6ff6
commit 132d0553ae
4 changed files with 80 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ export const metaKeyName = {
}[process.platform]
export const altKeyName = {
darwin: 'Option',
darwin: '',
win32: 'Alt',
linux: 'Alt',
}[process.platform]