Skip to content

Commit

Permalink
[FIXES #195] Cmd-G seems to have accidentially been remapped to more …
Browse files Browse the repository at this point in the history
…modifiers
  • Loading branch information
monkeydom committed Dec 11, 2020
1 parent 5948970 commit b7831a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SubEthaEdit-Mac/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,11 @@
</connections>
</menuItem>
<menuItem title="Find Next" tag="2" keyEquivalent="g" id="479">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="performFindPanelAction:" target="463" id="597"/>
</connections>
</menuItem>
<menuItem title="Find Previous" tag="3" keyEquivalent="g" id="268">
<modifierMask key="keyEquivalentModifierMask" shift="YES" option="YES" command="YES"/>
<menuItem title="Find Previous" tag="3" keyEquivalent="G" id="268">
<connections>
<action selector="performFindPanelAction:" target="463" id="598"/>
</connections>
Expand Down

0 comments on commit b7831a1

Please sign in to comment.