Skip to content

Commit

Permalink
Support pageUp, pageDown, home, end, forwardDelete
Browse files Browse the repository at this point in the history
_closes #748
  • Loading branch information
nikitabobko committed Feb 24, 2025
1 parent 407bad9 commit e667713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Sources/AppBundle/config/keysMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ let keyNotationToKeyCode: [String: Key] = [
"keypadMultiply": .keypadMultiply,
"keypadPlus": .keypadPlus,

"pageUp": .pageUp,
"pageDown": .pageDown,
"home": .home,
"end": .end,
"forwardDelete": .forwardDelete,

"f1": .f1,
"f2": .f2,
"f3": .f3,
Expand Down
2 changes: 1 addition & 1 deletion docs/config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ automatically-unhide-macos-hidden-apps = false
# - F-keys. f1, f2, ..., f20
# - Special keys. minus, equal, period, comma, slash, backslash, quote, semicolon,
# backtick, leftSquareBracket, rightSquareBracket, space, enter, esc,
# backspace, tab
# backspace, tab, pageUp, pageDown, home, end, forwardDelete
# - Keypad special. keypadClear, keypadDecimalMark, keypadDivide, keypadEnter, keypadEqual,
# keypadMinus, keypadMultiply, keypadPlus
# - Arrows. left, down, up, right
Expand Down

0 comments on commit e667713

Please sign in to comment.