1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> 3 <dependencies> 4 <deployment version="1040" identifier="macosx"/> 5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> 6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 7 </dependencies> 8 <objects> 9 <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> 10 <connections> 11 <outlet property="delegate" destination="196" id="429"/> 12 <outlet property="dockMenu" destination="423" id="426"/> 13 <outlet property="menu" destination="29" id="300334"/> 14 </connections> 15 </customObject> 16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> 17 <customObject id="-3" userLabel="Application" customClass="NSObject"/> 18 <menu title="MainMenu" systemMenu="main" id="29" userLabel="MainMenu"> 19 <items> 20 <menuItem title="X11" id="56"> 21 <menu key="submenu" title="X11" systemMenu="apple" id="57"> 22 <items> 23 <menuItem title="About X11" id="58"> 24 <modifierMask key="keyEquivalentModifierMask"/> 25 <connections> 26 <action selector="orderFrontStandardAboutPanel:" target="-2" id="433"/> 27 </connections> 28 </menuItem> 29 <menuItem title="Preferences..." keyEquivalent="," id="129"> 30 <connections> 31 <action selector="prefs_show:" target="196" id="318"/> 32 </connections> 33 </menuItem> 34 <menuItem isSeparatorItem="YES" id="143"> 35 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 36 </menuItem> 37 <menuItem title="Services" id="131"> 38 <menu key="submenu" title="Services" systemMenu="services" id="130"/> 39 </menuItem> 40 <menuItem isSeparatorItem="YES" id="144"> 41 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 42 </menuItem> 43 <menuItem title="Toggle Full Screen" keyEquivalent="a" id="544"> 44 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 45 <connections> 46 <action selector="toggle_fullscreen:" target="196" id="548"/> 47 </connections> 48 </menuItem> 49 <menuItem isSeparatorItem="YES" id="545"> 50 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 51 </menuItem> 52 <menuItem title="Hide X11" tag="42" keyEquivalent="h" id="134"> 53 <connections> 54 <action selector="hide:" target="-2" id="430"/> 55 </connections> 56 </menuItem> 57 <menuItem title="Hide Others" keyEquivalent="h" id="145"> 58 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 59 <connections> 60 <action selector="hideOtherApplications:" target="-2" id="263"/> 61 </connections> 62 </menuItem> 63 <menuItem title="Show All" tag="42" id="150"> 64 <connections> 65 <action selector="unhideAllApplications:" target="-2" id="431"/> 66 </connections> 67 </menuItem> 68 <menuItem isSeparatorItem="YES" id="149"> 69 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 70 </menuItem> 71 <menuItem title="Quit X11" keyEquivalent="q" id="136"> 72 <connections> 73 <action selector="terminate:" target="-2" id="300336"/> 74 </connections> 75 </menuItem> 76 </items> 77 </menu> 78 </menuItem> 79 <menuItem title="Applications" id="269"> 80 <menu key="submenu" title="Applications" id="270"> 81 <items> 82 <menuItem isSeparatorItem="YES" id="272"> 83 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 84 </menuItem> 85 <menuItem title="Customize..." id="305"> 86 <connections> 87 <action selector="apps_table_show:" target="196" id="308"/> 88 </connections> 89 </menuItem> 90 </items> 91 </menu> 92 </menuItem> 93 <menuItem title="Edit" id="163"> 94 <menu key="submenu" title="Edit" id="169"> 95 <items> 96 <menuItem title="Copy" keyEquivalent="c" id="157"> 97 <connections> 98 <action selector="copy:" target="-1" id="181"/> 99 </connections> 100 </menuItem> 101 </items> 102 </menu> 103 </menuItem> 104 <menuItem title="Window" id="19"> 105 <menu key="submenu" title="Window" systemMenu="window" id="24"> 106 <items> 107 <menuItem title="Close" keyEquivalent="w" id="203"> 108 <connections> 109 <action selector="close_window:" target="196" id="205"/> 110 </connections> 111 </menuItem> 112 <menuItem title="Minimize" keyEquivalent="m" id="23"> 113 <connections> 114 <action selector="minimize_window:" target="196" id="202"/> 115 </connections> 116 </menuItem> 117 <menuItem title="Zoom" id="204"> 118 <connections> 119 <action selector="zoom_window:" target="196" id="206"/> 120 </connections> 121 </menuItem> 122 <menuItem isSeparatorItem="YES" id="92"> 123 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 124 </menuItem> 125 <menuItem title="Cycle Through Windows" keyEquivalent="`" id="537"> 126 <connections> 127 <action selector="next_window:" target="196" id="539"/> 128 </connections> 129 </menuItem> 130 <menuItem title="Reverse Cycle Through Windows" keyEquivalent="~" id="538"> 131 <modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/> 132 <connections> 133 <action selector="previous_window:" target="196" id="540"/> 134 </connections> 135 </menuItem> 136 <menuItem isSeparatorItem="YES" id="536"> 137 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 138 </menuItem> 139 <menuItem title="Bring All to Front" id="5"> 140 <connections> 141 <action selector="bring_to_front:" target="196" id="207"/> 142 </connections> 143 </menuItem> 144 </items> 145 </menu> 146 </menuItem> 147 <menuItem title="Help" id="419"> 148 <menu key="submenu" title="Help" id="420"> 149 <items> 150 <menuItem title="X11 Help" id="421"> 151 <connections> 152 <action selector="x11_help:" target="196" id="422"/> 153 </connections> 154 </menuItem> 155 </items> 156 </menu> 157 </menuItem> 158 </items> 159 <point key="canvasLocation" x="74" y="114"/> 160 </menu> 161 <customObject id="196" userLabel="X11Controller" customClass="X11Controller"> 162 <connections> 163 <outlet property="apps_separator" destination="272" id="273"/> 164 <outlet property="apps_table" destination="296" id="301"/> 165 <outlet property="click_through" destination="300359" id="300392"/> 166 <outlet property="copy_menu_item" destination="157" id="300443"/> 167 <outlet property="depth" destination="382" id="389"/> 168 <outlet property="dock_apps_menu" destination="527" id="530"/> 169 <outlet property="dock_menu" destination="423" id="428"/> 170 <outlet property="dock_window_separator" destination="524" id="531"/> 171 <outlet property="enable_auth" destination="374" id="387"/> 172 <outlet property="enable_fullscreen" destination="541" id="546"/> 173 <outlet property="enable_fullscreen_menu" destination="300472" id="300474"/> 174 <outlet property="enable_keyequivs" destination="368" id="393"/> 175 <outlet property="enable_tcp" destination="375" id="388"/> 176 <outlet property="fake_buttons" destination="363" id="391"/> 177 <outlet property="focus_follows_mouse" destination="300362" id="300393"/> 178 <outlet property="focus_on_new_window" destination="300368" id="300394"/> 179 <outlet property="option_sends_alt" destination="300477" id="300481"/> 180 <outlet property="prefs_panel" destination="244" id="402"/> 181 <outlet property="sync_clipboard_to_pasteboard" destination="300453" id="300461"/> 182 <outlet property="sync_keymap" destination="370" id="392"/> 183 <outlet property="sync_pasteboard" destination="300424" id="300444"/> 184 <outlet property="sync_pasteboard_to_clipboard" destination="300447" id="300462"/> 185 <outlet property="sync_pasteboard_to_primary" destination="300451" id="300463"/> 186 <outlet property="sync_primary_immediately" destination="300457" id="300464"/> 187 <outlet property="sync_text1" destination="300455" id="300470"/> 188 <outlet property="sync_text2" destination="300459" id="300471"/> 189 <outlet property="toggle_fullscreen_item" destination="544" id="549"/> 190 <outlet property="x11_about_item" destination="58" id="321"/> 191 </connections> 192 </customObject> 193 <window title="X11 Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_prefs" animationBehavior="default" id="244" userLabel="PrefsPanel" customClass="NSPanel"> 194 <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 195 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 196 <rect key="contentRect" x="266" y="364" width="484" height="308"/> 197 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 198 <value key="minSize" type="size" width="320" height="240"/> 199 <view key="contentView" id="245"> 200 <rect key="frame" x="0.0" y="0.0" width="484" height="308"/> 201 <autoresizingMask key="autoresizingMask"/> 202 <subviews> 203 <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348"> 204 <rect key="frame" x="13" y="10" width="458" height="292"/> 205 <autoresizingMask key="autoresizingMask"/> 206 <font key="font" metaFont="system"/> 207 <tabViewItems> 208 <tabViewItem label="Input" identifier="1" id="349"> 209 <view key="view" id="351"> 210 <rect key="frame" x="10" y="33" width="438" height="246"/> 211 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 212 <subviews> 213 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363"> 214 <rect key="frame" x="18" y="210" width="402" height="18"/> 215 <autoresizingMask key="autoresizingMask"/> 216 <buttonCell key="cell" type="check" title="Emulate three button mouse" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100363"> 217 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 218 <font key="font" metaFont="system"/> 219 </buttonCell> 220 <connections> 221 <action selector="prefs_changed:" target="196" id="394"/> 222 </connections> 223 </button> 224 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="364"> 225 <rect key="frame" x="36" y="60" width="385" height="31"/> 226 <autoresizingMask key="autoresizingMask"/> 227 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="When enabled, menu bar key equivalents may interfere with X11 applications that use the Meta modifier." id="100364"> 228 <font key="font" metaFont="smallSystem"/> 229 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 230 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 231 </textFieldCell> 232 </textField> 233 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="365"> 234 <rect key="frame" x="36" y="162" width="385" height="42"/> 235 <autoresizingMask key="autoresizingMask"/> 236 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100365"> 237 <font key="font" metaFont="smallSystem"/> 238 <string key="title">Hold Option or Command while clicking to activate the middle or right mouse buttons. 239</string> 240 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 241 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 242 </textFieldCell> 243 </textField> 244 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368"> 245 <rect key="frame" x="18" y="97" width="402" height="18"/> 246 <autoresizingMask key="autoresizingMask"/> 247 <buttonCell key="cell" type="check" title="Enable key equivalents under X11" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100368"> 248 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 249 <font key="font" metaFont="system"/> 250 </buttonCell> 251 <connections> 252 <action selector="prefs_changed:" target="196" id="396"/> 253 </connections> 254 </button> 255 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="369"> 256 <rect key="frame" x="36" y="126" width="385" height="14"/> 257 <autoresizingMask key="autoresizingMask"/> 258 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Allows input menu changes to overwrite the current X11 keymap." id="100369"> 259 <font key="font" metaFont="smallSystem"/> 260 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 261 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 262 </textFieldCell> 263 </textField> 264 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370"> 265 <rect key="frame" x="18" y="146" width="402" height="18"/> 266 <autoresizingMask key="autoresizingMask"/> 267 <buttonCell key="cell" type="check" title="Follow system keyboard layout" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370"> 268 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 269 <font key="font" metaFont="system"/> 270 </buttonCell> 271 <connections> 272 <action selector="prefs_changed:" target="196" id="395"/> 273 </connections> 274 </button> 275 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300476"> 276 <rect key="frame" x="36" y="-1" width="385" height="31"/> 277 <autoresizingMask key="autoresizingMask"/> 278 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="When enabled, the option keys send Alt_L and Alt_R X11 key symbols instead of Mode_switch." id="300479"> 279 <font key="font" metaFont="smallSystem"/> 280 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 281 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 282 </textFieldCell> 283 </textField> 284 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477"> 285 <rect key="frame" x="18" y="36" width="402" height="18"/> 286 <autoresizingMask key="autoresizingMask"/> 287 <buttonCell key="cell" type="check" title="Option keys send Alt_L and Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478"> 288 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 289 <font key="font" metaFont="system"/> 290 </buttonCell> 291 <connections> 292 <action selector="prefs_changed:" target="196" id="300480"/> 293 </connections> 294 </button> 295 </subviews> 296 </view> 297 </tabViewItem> 298 <tabViewItem label="Output" identifier="2" id="352"> 299 <view key="view" id="350"> 300 <rect key="frame" x="10" y="33" width="438" height="246"/> 301 <autoresizingMask key="autoresizingMask"/> 302 <subviews> 303 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382"> 304 <rect key="frame" x="74" y="202" width="128" height="26"/> 305 <autoresizingMask key="autoresizingMask"/> 306 <popUpButtonCell key="cell" type="push" title="From Display" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382"> 307 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 308 <font key="font" metaFont="menu"/> 309 <menu key="menu" title="OtherViews" id="380"> 310 <items> 311 <menuItem title="From Display" state="on" tag="-1" id="384"/> 312 <menuItem title="256 Colors" tag="8" id="435"/> 313 <menuItem title="Thousands" tag="15" id="383"/> 314 <menuItem title="Millions" tag="24" id="381"/> 315 </items> 316 </menu> 317 </popUpButtonCell> 318 <connections> 319 <action selector="prefs_changed:" target="196" id="398"/> 320 </connections> 321 </popUpButton> 322 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="51" translatesAutoresizingMaskIntoConstraints="NO" id="385"> 323 <rect key="frame" x="17" y="205" width="55" height="20"/> 324 <autoresizingMask key="autoresizingMask"/> 325 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Colors:" id="100385"> 326 <font key="font" metaFont="system"/> 327 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 328 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 329 </textFieldCell> 330 </textField> 331 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386"> 332 <rect key="frame" x="36" y="183" width="392" height="14"/> 333 <autoresizingMask key="autoresizingMask"/> 334 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="This option takes effect when X11 is launched again." id="100386"> 335 <font key="font" metaFont="smallSystem"/> 336 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 337 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 338 </textFieldCell> 339 </textField> 340 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541"> 341 <rect key="frame" x="18" y="149" width="409" height="23"/> 342 <autoresizingMask key="autoresizingMask"/> 343 <buttonCell key="cell" type="check" title="Full-screen mode" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541"> 344 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 345 <font key="font" metaFont="system"/> 346 </buttonCell> 347 <connections> 348 <action selector="enable_fullscreen_changed:" target="196" id="547"/> 349 </connections> 350 </button> 351 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472"> 352 <rect key="frame" x="37" y="83" width="409" height="23"/> 353 <autoresizingMask key="autoresizingMask"/> 354 <buttonCell key="cell" type="check" title="Auto-show menu bar in full-screen mode" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473"> 355 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 356 <font key="font" metaFont="system"/> 357 </buttonCell> 358 <connections> 359 <action selector="prefs_changed:" target="196" id="300475"/> 360 </connections> 361 </button> 362 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="543"> 363 <rect key="frame" x="36" y="112" width="385" height="31"/> 364 <autoresizingMask key="autoresizingMask"/> 365 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Enables the X11 root window. Use the Command-Option-A keystroke to enter and leave full screen mode." id="100543"> 366 <font key="font" metaFont="smallSystem"/> 367 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 368 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 369 </textFieldCell> 370 </textField> 371 </subviews> 372 </view> 373 </tabViewItem> 374 <tabViewItem label="Pasteboard" identifier="2" id="300421"> 375 <view key="view" id="300422"> 376 <rect key="frame" x="10" y="33" width="438" height="246"/> 377 <autoresizingMask key="autoresizingMask"/> 378 <subviews> 379 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424"> 380 <rect key="frame" x="18" y="222" width="409" height="23"/> 381 <autoresizingMask key="autoresizingMask"/> 382 <buttonCell key="cell" type="check" title="Enable syncing" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440"> 383 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 384 <font key="font" metaFont="system"/> 385 </buttonCell> 386 <connections> 387 <action selector="prefs_changed:" target="196" id="300465"/> 388 </connections> 389 </button> 390 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300423"> 391 <rect key="frame" x="36" y="188" width="385" height="28"/> 392 <autoresizingMask key="autoresizingMask"/> 393 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Enables the "copy" menu item and allows for syncing between the OSX Pasteboard and the X11 CLIPBOARD and PRIMARY buffers." id="300441"> 394 <font key="font" metaFont="smallSystem"/> 395 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 396 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 397 </textFieldCell> 398 </textField> 399 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447"> 400 <rect key="frame" x="34" y="96" width="409" height="23"/> 401 <autoresizingMask key="autoresizingMask"/> 402 <buttonCell key="cell" type="check" title="Update CLIPBOARD when Pasteboard changes" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450"> 403 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 404 <font key="font" metaFont="system"/> 405 </buttonCell> 406 <connections> 407 <action selector="prefs_changed:" target="196" id="300467"/> 408 </connections> 409 </button> 410 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451"> 411 <rect key="frame" x="34" y="71" width="409" height="23"/> 412 <autoresizingMask key="autoresizingMask"/> 413 <buttonCell key="cell" type="check" title="Update PRIMARY (middle-click) when Pasteboard changes" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452"> 414 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 415 <font key="font" metaFont="system"/> 416 </buttonCell> 417 <connections> 418 <action selector="prefs_changed:" target="196" id="300468"/> 419 </connections> 420 </button> 421 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457"> 422 <rect key="frame" x="34" y="46" width="409" height="23"/> 423 <autoresizingMask key="autoresizingMask"/> 424 <buttonCell key="cell" type="check" title="Update Pasteboard immediately when new text is selected" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458"> 425 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 426 <font key="font" metaFont="system"/> 427 </buttonCell> 428 <connections> 429 <action selector="prefs_changed:" target="196" id="300469"/> 430 </connections> 431 </button> 432 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453"> 433 <rect key="frame" x="34" y="159" width="409" height="23"/> 434 <autoresizingMask key="autoresizingMask"/> 435 <buttonCell key="cell" type="check" title="Update Pasteboard when CLIPBOARD changes" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454"> 436 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 437 <font key="font" metaFont="system"/> 438 </buttonCell> 439 <connections> 440 <action selector="prefs_changed:" target="196" id="300466"/> 441 </connections> 442 </button> 443 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300455"> 444 <rect key="frame" x="48" y="125" width="385" height="28"/> 445 <autoresizingMask key="autoresizingMask"/> 446 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Disable this option if you want to use xclipboard, klipper, or any other X11 clipboard manager." id="300456"> 447 <font key="font" metaFont="smallSystem"/> 448 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 449 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 450 </textFieldCell> 451 </textField> 452 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="366" translatesAutoresizingMaskIntoConstraints="NO" id="300459"> 453 <rect key="frame" x="48" y="14" width="370" height="28"/> 454 <autoresizingMask key="autoresizingMask"/> 455 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Due to limitations in the X11 protocol, this option may not always work in some applications." id="300460"> 456 <font key="font" metaFont="smallSystem"/> 457 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 458 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 459 </textFieldCell> 460 </textField> 461 </subviews> 462 </view> 463 </tabViewItem> 464 <tabViewItem label="Windows" identifier="2" id="300337"> 465 <view key="view" id="300338"> 466 <rect key="frame" x="10" y="33" width="438" height="246"/> 467 <autoresizingMask key="autoresizingMask"/> 468 <subviews> 469 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359"> 470 <rect key="frame" x="15" y="212" width="402" height="18"/> 471 <autoresizingMask key="autoresizingMask"/> 472 <buttonCell key="cell" type="check" title="Click-through Inactive Windows" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360"> 473 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 474 <font key="font" metaFont="system"/> 475 </buttonCell> 476 <connections> 477 <action selector="prefs_changed:" target="196" id="300389"/> 478 </connections> 479 </button> 480 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300358"> 481 <rect key="frame" x="23" y="175" width="385" height="31"/> 482 <autoresizingMask key="autoresizingMask"/> 483 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300361"> 484 <font key="font" metaFont="smallSystem"/> 485 <string key="title">When enabled, clicking on an inactive window will cause that mouse click to pass through to that window in addition to activating it.</string> 486 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 487 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 488 </textFieldCell> 489 </textField> 490 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362"> 491 <rect key="frame" x="15" y="151" width="402" height="18"/> 492 <autoresizingMask key="autoresizingMask"/> 493 <buttonCell key="cell" type="check" title="Focus Follows Mouse" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300363"> 494 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 495 <font key="font" metaFont="system"/> 496 </buttonCell> 497 <connections> 498 <action selector="prefs_changed:" target="196" id="300390"/> 499 </connections> 500 </button> 501 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300364"> 502 <rect key="frame" x="23" y="128" width="385" height="17"/> 503 <autoresizingMask key="autoresizingMask"/> 504 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="X11 window focus follows the cursor. This has some adverse effects." id="300365"> 505 <font key="font" metaFont="smallSystem"/> 506 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 507 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 508 </textFieldCell> 509 </textField> 510 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368"> 511 <rect key="frame" x="15" y="107" width="402" height="18"/> 512 <autoresizingMask key="autoresizingMask"/> 513 <buttonCell key="cell" type="check" title="Focus On New Windows" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300369"> 514 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 515 <font key="font" metaFont="system"/> 516 </buttonCell> 517 <connections> 518 <action selector="prefs_changed:" target="196" id="300391"/> 519 </connections> 520 </button> 521 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300370"> 522 <rect key="frame" x="23" y="73" width="385" height="28"/> 523 <autoresizingMask key="autoresizingMask"/> 524 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300371"> 525 <font key="font" metaFont="smallSystem"/> 526 <string key="title">When enabled, creation of a new X11 window will cause X11.app to move to the foreground (instead of Finder.app, Terminal.app, etc.)</string> 527 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 528 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 529 </textFieldCell> 530 </textField> 531 </subviews> 532 </view> 533 </tabViewItem> 534 <tabViewItem label="Security" identifier="" id="353"> 535 <view key="view" id="354"> 536 <rect key="frame" x="10" y="33" width="438" height="246"/> 537 <autoresizingMask key="autoresizingMask"/> 538 <subviews> 539 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374"> 540 <rect key="frame" x="18" y="210" width="402" height="18"/> 541 <autoresizingMask key="autoresizingMask"/> 542 <buttonCell key="cell" type="check" title="Authenticate connections" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100374"> 543 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 544 <font key="font" metaFont="system"/> 545 </buttonCell> 546 <connections> 547 <action selector="prefs_changed:" target="196" id="399"/> 548 </connections> 549 </button> 550 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375"> 551 <rect key="frame" x="18" y="133" width="402" height="18"/> 552 <autoresizingMask key="autoresizingMask"/> 553 <buttonCell key="cell" type="check" title="Allow connections from network clients" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100375"> 554 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 555 <font key="font" metaFont="system"/> 556 </buttonCell> 557 <connections> 558 <action selector="prefs_changed:" target="196" id="401"/> 559 </connections> 560 </button> 561 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="376"> 562 <rect key="frame" x="36" y="162" width="385" height="42"/> 563 <autoresizingMask key="autoresizingMask"/> 564 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100376"> 565 <font key="font" metaFont="smallSystem"/> 566 <string key="title">Launching X11 will create Xauthority access-control keys. If the system's IP address changes, these keys become invalid which may prevent X11 applications from launching.</string> 567 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 568 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 569 </textFieldCell> 570 </textField> 571 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="377"> 572 <rect key="frame" x="36" y="85" width="385" height="42"/> 573 <autoresizingMask key="autoresizingMask"/> 574 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100377"> 575 <font key="font" metaFont="smallSystem"/> 576 <string key="title">If enabled, Authenticate connections must also be enabled to ensure system security. When disabled, connections from remote applications are not allowed.</string> 577 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 578 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 579 </textFieldCell> 580 </textField> 581 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379"> 582 <rect key="frame" x="20" y="-16" width="404" height="14"/> 583 <autoresizingMask key="autoresizingMask"/> 584 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="These options take effect when X11 is next launched." id="100379"> 585 <font key="font" metaFont="smallSystem"/> 586 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 587 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 588 </textFieldCell> 589 </textField> 590 </subviews> 591 </view> 592 </tabViewItem> 593 </tabViewItems> 594 </tabView> 595 </subviews> 596 </view> 597 <point key="canvasLocation" x="27" y="369"/> 598 </window> 599 <window title="X11 Application Menu" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel"> 600 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/> 601 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 602 <rect key="contentRect" x="302" y="440" width="454" height="271"/> 603 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 604 <value key="minSize" type="size" width="320" height="240"/> 605 <view key="contentView" id="286"> 606 <rect key="frame" x="0.0" y="0.0" width="454" height="271"/> 607 <autoresizingMask key="autoresizingMask"/> 608 <subviews> 609 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> 610 <rect key="frame" x="340" y="191" width="100" height="32"/> 611 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 612 <buttonCell key="cell" type="push" title="Duplicate" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292"> 613 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 614 <font key="font" metaFont="system"/> 615 </buttonCell> 616 <connections> 617 <action selector="apps_table_duplicate:" target="196" id="304"/> 618 </connections> 619 </button> 620 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293"> 621 <rect key="frame" x="340" y="159" width="100" height="32"/> 622 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 623 <buttonCell key="cell" type="push" title="Remove" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293"> 624 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 625 <font key="font" metaFont="system"/> 626 </buttonCell> 627 <connections> 628 <action selector="apps_table_delete:" target="196" id="303"/> 629 </connections> 630 </button> 631 <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295"> 632 <rect key="frame" x="20" y="20" width="318" height="231"/> 633 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 634 <clipView key="contentView" id="pFz-p0-8Hk"> 635 <rect key="frame" x="1" y="1" width="301" height="214"/> 636 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 637 <subviews> 638 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296"> 639 <rect key="frame" x="0.0" y="0.0" width="301" height="186"/> 640 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 641 <size key="intercellSpacing" width="3" height="2"/> 642 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 643 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> 644 <tableColumns> 645 <tableColumn width="109.23099999999999" minWidth="62.731000000000002" maxWidth="1000" id="298"> 646 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Name"> 647 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 648 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 649 </tableHeaderCell> 650 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="573"> 651 <font key="font" metaFont="system"/> 652 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 653 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 654 </textFieldCell> 655 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 656 </tableColumn> 657 <tableColumn width="86.5" minWidth="40" maxWidth="1000" id="297"> 658 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Command"> 659 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 660 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> 661 </tableHeaderCell> 662 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="574"> 663 <font key="font" metaFont="system"/> 664 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 665 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 666 </textFieldCell> 667 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 668 </tableColumn> 669 <tableColumn width="58.5" minWidth="10" maxWidth="1000" id="535"> 670 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Shortcut"> 671 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 672 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> 673 </tableHeaderCell> 674 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" drawsBackground="YES" id="575"> 675 <font key="font" metaFont="cellTitle"/> 676 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 677 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 678 </textFieldCell> 679 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 680 </tableColumn> 681 </tableColumns> 682 </tableView> 683 </subviews> 684 </clipView> 685 <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295"> 686 <rect key="frame" x="1" y="215" width="301" height="15"/> 687 <autoresizingMask key="autoresizingMask"/> 688 </scroller> 689 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295"> 690 <rect key="frame" x="302" y="29" width="15" height="186"/> 691 <autoresizingMask key="autoresizingMask"/> 692 </scroller> 693 <tableHeaderView key="headerView" wantsLayer="YES" id="300295"> 694 <rect key="frame" x="0.0" y="0.0" width="301" height="28"/> 695 <autoresizingMask key="autoresizingMask"/> 696 </tableHeaderView> 697 </scrollView> 698 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310"> 699 <rect key="frame" x="340" y="223" width="100" height="32"/> 700 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 701 <buttonCell key="cell" type="push" title="Add Item" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310"> 702 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 703 <font key="font" metaFont="system"/> 704 </buttonCell> 705 <connections> 706 <action selector="apps_table_new:" target="196" id="311"/> 707 </connections> 708 </button> 709 </subviews> 710 </view> 711 <point key="canvasLocation" x="-523" y="351"/> 712 </window> 713 <menu title="Menu" id="423" userLabel="DockMenu"> 714 <items> 715 <menuItem isSeparatorItem="YES" id="524"> 716 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 717 </menuItem> 718 <menuItem title="Applications" id="526"> 719 <menu key="submenu" title="Applications" id="527"> 720 <items> 721 <menuItem isSeparatorItem="YES" id="533"> 722 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 723 </menuItem> 724 <menuItem title="Customize…" id="532"> 725 <connections> 726 <action selector="apps_table_show:" target="196" id="534"/> 727 </connections> 728 </menuItem> 729 </items> 730 </menu> 731 </menuItem> 732 </items> 733 </menu> 734 </objects> 735</document> 736