Skip to content

Commit

Permalink
one more MAC key code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed May 9, 2024
1 parent fe6524a commit 118fa4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/key-bindo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ module.exports = {
'Alt+,': scroll.left, 'Alt+≤': {fn: scroll.left.fn}, 'Shift+icon:scrollUp': scroll.left,
'Alt+.': scroll.right, 'Alt+≥': {fn: scroll.right.fn}, 'Shift+icon:scrollDown': scroll.right,

'Alt+[': scroll.home, 'Alt+"': {fn: scroll.home.fn}, // Home
'Alt+]': scroll.end, 'Alt+': {fn: scroll.end.fn}, // End
'Alt+[': scroll.home, 'Alt+\u201C': {fn: scroll.home.fn}, // Home
'Alt+]': scroll.end, 'Alt+\u2018': {fn: scroll.end.fn}, // End

'Alt+=': pluso, 'Alt+≠': {fn: pluso.fn}, 'Ctrl+icon:scrollUp': pluso, // + =
'Alt+-': minuso, 'Alt+–': {fn: minuso.fn}, 'Ctrl+icon:scrollDown': minuso, // - _
Expand Down

0 comments on commit 118fa4d

Please sign in to comment.