Skip to content

Commit

Permalink
Disable forward slash in finder to test inputfields
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Nov 27, 2023
1 parent 6727e54 commit 728e439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Code/Finder.elm
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ isShowFinderKeyboardShortcut os shortcut =
KeyboardShortcut.Chord Meta (K _) ->
os == OperatingSystem.MacOS

Sequence _ ForwardSlash ->
True

{- Sequence _ ForwardSlash ->
True
-}
_ ->
False

Expand Down

0 comments on commit 728e439

Please sign in to comment.