Skip to content

Commit

Permalink
Removed F6, F7 menu mapping (dirkwhoffmann#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed May 21, 2023
1 parent f6db99c commit 843e9f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GUI/XIB files/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
Expand Down Expand Up @@ -244,13 +244,13 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="zO4-BV-1XU"/>
<menuItem title="Step Over" keyEquivalent="" id="428">
<menuItem title="Step Over" id="428">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="stepOverAction:" target="-1" id="502"/>
</connections>
</menuItem>
<menuItem title="Step Into" keyEquivalent="" id="429">
<menuItem title="Step Into" id="429">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="stepIntoAction:" target="-1" id="488"/>
Expand Down

0 comments on commit 843e9f7

Please sign in to comment.