Skip to content

Commit

Permalink
Drop 'fn', since it doesn't work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Dec 3, 2023
1 parent eec3389 commit 382f8cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/keysMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ let modifiersMap: [String: NSEvent.ModifierFlags] = [
"alt": .option,
"ctrl": .control,
"cmd": .command,
"fn": .function,
]

0 comments on commit 382f8cd

Please sign in to comment.