mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
fixed alt-arrow keys on Mac as well as Home and End combinations (fixes #255)
This commit is contained in:
@@ -5,7 +5,7 @@ export const metaKeyName = {
|
||||
}[process.platform]
|
||||
|
||||
export const altKeyName = {
|
||||
darwin: 'Option',
|
||||
darwin: '⌥',
|
||||
win32: 'Alt',
|
||||
linux: 'Alt',
|
||||
}[process.platform]
|
||||
|
Reference in New Issue
Block a user