Skip to content

Commit

Permalink
Merge pull request #1326 from ychin/expose-ctrl-click-translation-pre…
Browse files Browse the repository at this point in the history
…ference

Expose MMTranslateCtrlClick preference to user settings
  • Loading branch information
ychin committed Oct 28, 2022
2 parents 4399159 + d49369b commit d0ff689
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions src/MacVim/Base.lproj/Preferences.xib
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,11 @@
<point key="canvasLocation" x="137.5" y="435"/>
</customView>
<customView id="Bnq-Nx-GJH" userLabel="Input">
<rect key="frame" x="0.0" y="0.0" width="483" height="58"/>
<rect key="frame" x="0.0" y="0.0" width="483" height="84"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<customView id="DAP-Yi-QU0" userLabel="Trackpad">
<rect key="frame" x="20" y="20" width="433" height="18"/>
<rect key="frame" x="20" y="46" width="433" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="f18-Wr-EgZ">
Expand All @@ -508,8 +508,34 @@
</button>
</subviews>
</customView>
<customView id="GZa-RH-fza" userLabel="Mouse">
<rect key="frame" x="20" y="20" width="433" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="3Tx-8j-zQR">
<rect key="frame" x="-2" y="0.0" width="187" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Mouse:" id="imK-Tr-YuD">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button id="RLs-2Z-8PJ" userLabel="Ctrl-click as right-click">
<rect key="frame" x="189" y="-1" width="199" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Treat Ctrl-click as right-click" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="PYG-cd-wzL" userLabel="Ctrl-click as right-click">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="58" name="value" keyPath="values.MMTranslateCtrlClick" id="ZMh-R3-AYN"/>
</connections>
</button>
</subviews>
</customView>
</subviews>
<point key="canvasLocation" x="137.5" y="679"/>
<point key="canvasLocation" x="137.5" y="692"/>
</customView>
<customView id="620" userLabel="Advanced">
<rect key="frame" x="0.0" y="0.0" width="483" height="264"/>
Expand Down

0 comments on commit d0ff689

Please sign in to comment.