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="Sobre X11" id="58"> 24 <modifierMask key="keyEquivalentModifierMask"/> 25 <connections> 26 <action selector="orderFrontStandardAboutPanel:" target="-2" id="433"/> 27 </connections> 28 </menuItem> 29 <menuItem title="Preferències…" 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="Serveis" id="131"> 38 <menu key="submenu" title="Serveis" systemMenu="services" id="130"/> 39 </menuItem> 40 <menuItem isSeparatorItem="YES" id="144"> 41 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 42 </menuItem> 43 <menuItem title="Activar o desactivar la pantalla completa" 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="Ocultar X11" tag="42" keyEquivalent="h" id="134"> 53 <connections> 54 <action selector="hide:" target="-2" id="430"/> 55 </connections> 56 </menuItem> 57 <menuItem title="Ocultar la resta" 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="Mostrar-ho tot" 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="Sortir d’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="Aplicacions" id="269"> 80 <menu key="submenu" title="Aplicacions" id="270"> 81 <items> 82 <menuItem isSeparatorItem="YES" id="272"> 83 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 84 </menuItem> 85 <menuItem title="Personalitzar…" 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="Editar" id="163"> 94 <menu key="submenu" title="Editar" id="169"> 95 <items> 96 <menuItem title="Copiar" 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="Finestra" systemMenu="window" id="24"> 106 <items> 107 <menuItem title="Tancar" keyEquivalent="w" id="203"> 108 <connections> 109 <action selector="close_window:" target="196" id="205"/> 110 </connections> 111 </menuItem> 112 <menuItem title="Minimitzar" 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="Recórrer les finestres" keyEquivalent="`" id="537"> 126 <connections> 127 <action selector="next_window:" target="196" id="539"/> 128 </connections> 129 </menuItem> 130 <menuItem title="Recórrer les finestres al revés" 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="Portar-ho tot a primer pla" 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="Ajuda" id="419"> 148 <menu key="submenu" title="Ajuda" id="420"> 149 <items> 150 <menuItem title="Ajuda X11" 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="-233" y="126"/> 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_fullscreen_menu_text" destination="300487" id="300489"/> 175 <outlet property="enable_keyequivs" destination="368" id="393"/> 176 <outlet property="enable_tcp" destination="375" id="388"/> 177 <outlet property="fake_buttons" destination="363" id="391"/> 178 <outlet property="focus_follows_mouse" destination="300362" id="300393"/> 179 <outlet property="focus_on_new_window" destination="300368" id="300394"/> 180 <outlet property="option_sends_alt" destination="300477" id="300481"/> 181 <outlet property="prefs_panel" destination="244" id="402"/> 182 <outlet property="scroll_in_device_direction" destination="300482" id="300490"/> 183 <outlet property="sync_clipboard_to_pasteboard" destination="300453" id="300461"/> 184 <outlet property="sync_keymap" destination="370" id="392"/> 185 <outlet property="sync_pasteboard" destination="300424" id="300444"/> 186 <outlet property="sync_pasteboard_to_clipboard" destination="300447" id="300462"/> 187 <outlet property="sync_pasteboard_to_primary" destination="300451" id="300463"/> 188 <outlet property="sync_primary_immediately" destination="300457" id="300464"/> 189 <outlet property="sync_text1" destination="300455" id="300470"/> 190 <outlet property="sync_text2" destination="300459" id="300471"/> 191 <outlet property="toggle_fullscreen_item" destination="544" id="549"/> 192 <outlet property="x11_about_item" destination="58" id="321"/> 193 </connections> 194 </customObject> 195 <window title="Preferències d’X11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_prefs" animationBehavior="default" id="244" userLabel="PrefsPanel" customClass="NSPanel"> 196 <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 197 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 198 <rect key="contentRect" x="266" y="364.03906000000001" width="575" height="341"/> 199 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 200 <value key="minSize" type="size" width="320" height="240"/> 201 <view key="contentView" id="245"> 202 <rect key="frame" x="0.0" y="0.0" width="575" height="341"/> 203 <autoresizingMask key="autoresizingMask"/> 204 <subviews> 205 <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348"> 206 <rect key="frame" x="13" y="10" width="549" height="325"/> 207 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 208 <font key="font" metaFont="system"/> 209 <tabViewItems> 210 <tabViewItem label="Entrada" identifier="1" id="349"> 211 <view key="view" id="351"> 212 <rect key="frame" x="10" y="33" width="529" height="279"/> 213 <autoresizingMask key="autoresizingMask"/> 214 <subviews> 215 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363"> 216 <rect key="frame" x="18" y="243" width="402" height="18"/> 217 <autoresizingMask key="autoresizingMask"/> 218 <buttonCell key="cell" type="check" title="Simular un ratolí de tres botons" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100363"> 219 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 220 <font key="font" metaFont="system"/> 221 </buttonCell> 222 <connections> 223 <action selector="prefs_changed:" target="196" id="394"/> 224 </connections> 225 </button> 226 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="474.5" translatesAutoresizingMaskIntoConstraints="NO" id="364"> 227 <rect key="frame" x="36" y="103" width="478.5" height="28"/> 228 <autoresizingMask key="autoresizingMask"/> 229 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100364"> 230 <font key="font" metaFont="smallSystem"/> 231 <string key="title">Quan aquesta opció està activada, els equivalents de teclat de la barra de menús poden interferir amb les aplicacions d’X11 que fan servir el modificador Meta.</string> 232 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 233 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 234 </textFieldCell> 235 </textField> 236 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="470" translatesAutoresizingMaskIntoConstraints="NO" id="365"> 237 <rect key="frame" x="36" y="210" width="474" height="30"/> 238 <autoresizingMask key="autoresizingMask"/> 239 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100365"> 240 <font key="font" metaFont="smallSystem"/> 241 <string key="title">Manteniu premudes les tecles Opció o Ordre al fer clic per activar el botó central o dret del ratolí. 242</string> 243 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 244 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 245 </textFieldCell> 246 </textField> 247 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368"> 248 <rect key="frame" x="18" y="134" width="402" height="18"/> 249 <autoresizingMask key="autoresizingMask"/> 250 <buttonCell key="cell" type="check" title="Activar els equivalents de teclat en X11" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100368"> 251 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 252 <font key="font" metaFont="system"/> 253 </buttonCell> 254 <connections> 255 <action selector="prefs_changed:" target="196" id="396"/> 256 </connections> 257 </button> 258 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="475" translatesAutoresizingMaskIntoConstraints="NO" id="369"> 259 <rect key="frame" x="36" y="162" width="479" height="17"/> 260 <autoresizingMask key="autoresizingMask"/> 261 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Permet que els canvis al menú de teclat substitueixin l’assignació de tecles actual d’X11." id="100369"> 262 <font key="font" metaFont="smallSystem"/> 263 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 264 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 265 </textFieldCell> 266 </textField> 267 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370"> 268 <rect key="frame" x="18" y="182" width="402" height="18"/> 269 <autoresizingMask key="autoresizingMask"/> 270 <buttonCell key="cell" type="check" title="Seguir la disposició de teclat del sistema" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370"> 271 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 272 <font key="font" metaFont="system"/> 273 </buttonCell> 274 <connections> 275 <action selector="prefs_changed:" target="196" id="395"/> 276 </connections> 277 </button> 278 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="432.94922000000003" translatesAutoresizingMaskIntoConstraints="NO" id="300476"> 279 <rect key="frame" x="36" y="41" width="436.94922000000003" height="31"/> 280 <autoresizingMask key="autoresizingMask"/> 281 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Si aquesta opció està activada, les tecles Opció envien els símbols de tecla d’X11 Alt_L i Alt_R en lloc de Mode_switch." id="300479"> 282 <font key="font" metaFont="smallSystem"/> 283 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 284 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 285 </textFieldCell> 286 </textField> 287 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477"> 288 <rect key="frame" x="18" y="75" width="402" height="18"/> 289 <autoresizingMask key="autoresizingMask"/> 290 <buttonCell key="cell" type="check" title="Les tecles Opció envien Alt_L i Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478"> 291 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 292 <font key="font" metaFont="system"/> 293 </buttonCell> 294 <connections> 295 <action selector="prefs_changed:" target="196" id="300480"/> 296 </connections> 297 </button> 298 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482"> 299 <rect key="frame" x="18" y="13" width="418" height="18"/> 300 <autoresizingMask key="autoresizingMask"/> 301 <buttonCell key="cell" type="check" title="Desplaçar sempre en el sentit del moviment del dit" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300483"> 302 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 303 <font key="font" metaFont="system"/> 304 </buttonCell> 305 <connections> 306 <action selector="prefs_changed:" target="196" id="300484"/> 307 </connections> 308 </button> 309 </subviews> 310 </view> 311 </tabViewItem> 312 <tabViewItem label="Sortida" identifier="2" id="352"> 313 <view key="view" id="350"> 314 <rect key="frame" x="10" y="33" width="529" height="279"/> 315 <autoresizingMask key="autoresizingMask"/> 316 <subviews> 317 <popUpButton verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382"> 318 <rect key="frame" x="67" y="235" width="128" height="26"/> 319 <autoresizingMask key="autoresizingMask"/> 320 <popUpButtonCell key="cell" type="push" title="De la pantalla" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382"> 321 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 322 <font key="font" metaFont="menu"/> 323 <menu key="menu" title="OtherViews" id="380"> 324 <items> 325 <menuItem title="De la pantalla" state="on" tag="-1" id="384"/> 326 <menuItem title="256 colors" tag="8" id="435"/> 327 <menuItem title="Milers" tag="15" id="383"/> 328 <menuItem title="Milions" tag="24" id="381"/> 329 </items> 330 </menu> 331 </popUpButtonCell> 332 <connections> 333 <action selector="prefs_changed:" target="196" id="398"/> 334 </connections> 335 </popUpButton> 336 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="45" translatesAutoresizingMaskIntoConstraints="NO" id="385"> 337 <rect key="frame" x="16" y="241" width="49" height="17"/> 338 <autoresizingMask key="autoresizingMask"/> 339 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Colors:" id="100385"> 340 <font key="font" metaFont="system"/> 341 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 342 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 343 </textFieldCell> 344 </textField> 345 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386"> 346 <rect key="frame" x="35" y="216" width="392" height="14"/> 347 <autoresizingMask key="autoresizingMask"/> 348 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Aquesta opció serà efectiva la propera vegada que s’iniciï X11." id="100386"> 349 <font key="font" metaFont="smallSystem"/> 350 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 351 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 352 </textFieldCell> 353 </textField> 354 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541"> 355 <rect key="frame" x="17" y="182" width="409" height="23"/> 356 <autoresizingMask key="autoresizingMask"/> 357 <buttonCell key="cell" type="check" title="Mode de pantalla completa" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541"> 358 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 359 <font key="font" metaFont="system"/> 360 </buttonCell> 361 <connections> 362 <action selector="enable_fullscreen_changed:" target="196" id="547"/> 363 </connections> 364 </button> 365 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472"> 366 <rect key="frame" x="36" y="121" width="465" height="18"/> 367 <autoresizingMask key="autoresizingMask"/> 368 <buttonCell key="cell" type="check" title="Permetre l’accés a la barra de menús en el mode de pantalla completa" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473"> 369 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 370 <font key="font" metaFont="system"/> 371 </buttonCell> 372 <connections> 373 <action selector="prefs_changed:" target="196" id="300475"/> 374 </connections> 375 </button> 376 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="543"> 377 <rect key="frame" x="35" y="145" width="385" height="31"/> 378 <autoresizingMask key="autoresizingMask"/> 379 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100543"> 380 <font key="font" metaFont="smallSystem"/> 381 <string key="title">Activa la finestra arrel d’X11. Feu servir la combinació de tecles Ordre + Opció + A per entrar o sortir del mode de pantalla completa.</string> 382 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 383 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 384 </textFieldCell> 385 </textField> 386 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="358" translatesAutoresizingMaskIntoConstraints="NO" id="300487"> 387 <rect key="frame" x="53" y="84" width="362" height="31"/> 388 <autoresizingMask key="autoresizingMask"/> 389 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="La barra de menús serà visible quan el cursor del ratolí se situï en la part superior de la pantalla principal." id="300488"> 390 <font key="font" metaFont="smallSystem"/> 391 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 392 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 393 </textFieldCell> 394 </textField> 395 </subviews> 396 </view> 397 </tabViewItem> 398 <tabViewItem label="Porta-retalls" identifier="2" id="300421"> 399 <view key="view" id="300422"> 400 <rect key="frame" x="10" y="33" width="529" height="279"/> 401 <autoresizingMask key="autoresizingMask"/> 402 <subviews> 403 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424"> 404 <rect key="frame" x="18" y="245" width="402" height="18"/> 405 <autoresizingMask key="autoresizingMask"/> 406 <buttonCell key="cell" type="check" title="Activar la sincronització" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440"> 407 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 408 <font key="font" metaFont="system"/> 409 </buttonCell> 410 <connections> 411 <action selector="prefs_changed:" target="196" id="300465"/> 412 </connections> 413 </button> 414 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300423"> 415 <rect key="frame" x="36" y="211" width="385" height="28"/> 416 <autoresizingMask key="autoresizingMask"/> 417 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300441"> 418 <font key="font" metaFont="smallSystem"/> 419 <string key="title">Activa l’ítem de menú “copiar” i permet sincronitzar el porta-retalls d’OSX amb les memòries intermèdies CLIPBOARD i PRIMARY d’X11.</string> 420 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 421 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 422 </textFieldCell> 423 </textField> 424 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447"> 425 <rect key="frame" x="34" y="119" width="409" height="23"/> 426 <autoresizingMask key="autoresizingMask"/> 427 <buttonCell key="cell" type="check" title="Actualitzar CLIPBOARD quan el porta-retalls canviï" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450"> 428 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 429 <font key="font" metaFont="system"/> 430 </buttonCell> 431 <connections> 432 <action selector="prefs_changed:" target="196" id="300467"/> 433 </connections> 434 </button> 435 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451"> 436 <rect key="frame" x="34" y="99" width="486" height="18"/> 437 <autoresizingMask key="autoresizingMask"/> 438 <buttonCell key="cell" type="check" title="Actualitzar PRIMARY (clic amb el botó central) quan el porta-retalls canviï" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452"> 439 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 440 <font key="font" metaFont="system"/> 441 </buttonCell> 442 <connections> 443 <action selector="prefs_changed:" target="196" id="300468"/> 444 </connections> 445 </button> 446 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457"> 447 <rect key="frame" x="34" y="74" width="469" height="18"/> 448 <autoresizingMask key="autoresizingMask"/> 449 <buttonCell key="cell" type="check" title="Actualitzar el porta-retalls immediatament quan se seleccioni text nou" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458"> 450 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 451 <font key="font" metaFont="system"/> 452 </buttonCell> 453 <connections> 454 <action selector="prefs_changed:" target="196" id="300469"/> 455 </connections> 456 </button> 457 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453"> 458 <rect key="frame" x="34" y="182" width="409" height="23"/> 459 <autoresizingMask key="autoresizingMask"/> 460 <buttonCell key="cell" type="check" title="Actualitzar el porta-retalls quan CLIPBOARD canviï" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454"> 461 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 462 <font key="font" metaFont="system"/> 463 </buttonCell> 464 <connections> 465 <action selector="prefs_changed:" target="196" id="300466"/> 466 </connections> 467 </button> 468 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="300455"> 469 <rect key="frame" x="48" y="148" width="385" height="28"/> 470 <autoresizingMask key="autoresizingMask"/> 471 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Desactiveu aquesta opció si voleu utilitzar xclipboard, klipper o qualsevol altre gestor de porta-retalls d’X11." id="300456"> 472 <font key="font" metaFont="smallSystem"/> 473 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 474 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 475 </textFieldCell> 476 </textField> 477 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="366" translatesAutoresizingMaskIntoConstraints="NO" id="300459"> 478 <rect key="frame" x="48" y="42" width="370" height="28"/> 479 <autoresizingMask key="autoresizingMask"/> 480 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="A causa de les limitacions del protocol d’X11, pot ser que aquesta opció no funcioni sempre en algunes aplicacions." id="300460"> 481 <font key="font" metaFont="smallSystem"/> 482 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 483 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 484 </textFieldCell> 485 </textField> 486 </subviews> 487 </view> 488 </tabViewItem> 489 <tabViewItem label="Windows" identifier="2" id="300337"> 490 <view key="view" id="300338"> 491 <rect key="frame" x="10" y="33" width="529" height="279"/> 492 <autoresizingMask key="autoresizingMask"/> 493 <userGuides> 494 <userLayoutGuide location="36.0546875" affinity="minX"/> 495 </userGuides> 496 <subviews> 497 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359"> 498 <rect key="frame" x="15" y="245" width="402" height="18"/> 499 <autoresizingMask key="autoresizingMask"/> 500 <buttonCell key="cell" type="check" title="Fer clic per recórrer les finestres inactives" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360"> 501 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 502 <font key="font" metaFont="system"/> 503 </buttonCell> 504 <connections> 505 <action selector="prefs_changed:" target="196" id="300389"/> 506 </connections> 507 </button> 508 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="478" translatesAutoresizingMaskIntoConstraints="NO" id="300358"> 509 <rect key="frame" x="33" y="208" width="482" height="31"/> 510 <autoresizingMask key="autoresizingMask"/> 511 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300361"> 512 <font key="font" metaFont="smallSystem"/> 513 <string key="title">Quan aquesta opció està activada, un clic del ratolí en una finestra inactiva fa que el clic passi a aquesta finestra, a més d’activar-la.</string> 514 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 515 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 516 </textFieldCell> 517 </textField> 518 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362"> 519 <rect key="frame" x="15" y="184" width="402" height="18"/> 520 <autoresizingMask key="autoresizingMask"/> 521 <buttonCell key="cell" type="check" title="Enfocar la posició del ratolí" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300363"> 522 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 523 <font key="font" metaFont="system"/> 524 </buttonCell> 525 <connections> 526 <action selector="prefs_changed:" target="196" id="300390"/> 527 </connections> 528 </button> 529 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="482" translatesAutoresizingMaskIntoConstraints="NO" id="300364"> 530 <rect key="frame" x="33" y="161" width="486" height="17"/> 531 <autoresizingMask key="autoresizingMask"/> 532 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="El punt d’enfocament de la finestra d’X11 segueix el cursor. Això té alguns inconvenients." id="300365"> 533 <font key="font" metaFont="smallSystem"/> 534 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 535 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 536 </textFieldCell> 537 </textField> 538 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368"> 539 <rect key="frame" x="15" y="140" width="402" height="18"/> 540 <autoresizingMask key="autoresizingMask"/> 541 <buttonCell key="cell" type="check" title="Enfocar les finestres noves" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300369"> 542 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 543 <font key="font" metaFont="system"/> 544 </buttonCell> 545 <connections> 546 <action selector="prefs_changed:" target="196" id="300391"/> 547 </connections> 548 </button> 549 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="478" translatesAutoresizingMaskIntoConstraints="NO" id="300370"> 550 <rect key="frame" x="33" y="92" width="482" height="42"/> 551 <autoresizingMask key="autoresizingMask"/> 552 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="300371"> 553 <font key="font" metaFont="smallSystem"/> 554 <string key="title">Quan aquesta opció està activada, la creació d’una nova finestra d’X11 farà que X11.app es traslladi a primer pla (per damunt de Finder.app, Terminal.app, etc.)</string> 555 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 556 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 557 </textFieldCell> 558 </textField> 559 </subviews> 560 </view> 561 </tabViewItem> 562 <tabViewItem label="Seguretat" identifier="" id="353"> 563 <view key="view" id="354"> 564 <rect key="frame" x="10" y="33" width="529" height="279"/> 565 <autoresizingMask key="autoresizingMask"/> 566 <subviews> 567 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374"> 568 <rect key="frame" x="18" y="243" width="402" height="18"/> 569 <autoresizingMask key="autoresizingMask"/> 570 <buttonCell key="cell" type="check" title="Autenticar les connexions" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100374"> 571 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 572 <font key="font" metaFont="system"/> 573 </buttonCell> 574 <connections> 575 <action selector="prefs_changed:" target="196" id="399"/> 576 </connections> 577 </button> 578 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375"> 579 <rect key="frame" x="18" y="166" width="402" height="18"/> 580 <autoresizingMask key="autoresizingMask"/> 581 <buttonCell key="cell" type="check" title="Permetre connexions de clients de la xarxa" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100375"> 582 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 583 <font key="font" metaFont="system"/> 584 </buttonCell> 585 <connections> 586 <action selector="prefs_changed:" target="196" id="401"/> 587 </connections> 588 </button> 589 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="475" translatesAutoresizingMaskIntoConstraints="NO" id="376"> 590 <rect key="frame" x="36" y="195" width="479" height="42"/> 591 <autoresizingMask key="autoresizingMask"/> 592 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100376"> 593 <font key="font" metaFont="smallSystem"/> 594 <string key="title">A l’iniciar X11 es crearan claus de control d’accés Xauthority. Si l’adreça IP del sistema canvia, aquestes claus deixaran de ser vàlides i això pot impedir que s’executin aplicacions d’X11.</string> 595 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 596 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 597 </textFieldCell> 598 </textField> 599 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="475" translatesAutoresizingMaskIntoConstraints="NO" id="377"> 600 <rect key="frame" x="36" y="104" width="479" height="56"/> 601 <autoresizingMask key="autoresizingMask"/> 602 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100377"> 603 <font key="font" metaFont="smallSystem"/> 604 <string key="title">Si aquesta opció està activada, també ho ha d’estar l’opció “Autenticar les connexions” per garantir la seguretat del sistema. Si està desactivada, les connexions d’aplicacions remotes no estaran permeses.</string> 605 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 606 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 607 </textFieldCell> 608 </textField> 609 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379"> 610 <rect key="frame" x="17" y="17" width="404" height="14"/> 611 <autoresizingMask key="autoresizingMask"/> 612 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Aquestes opcions seran efectives la propera vegada que s’iniciï X11." id="100379"> 613 <font key="font" metaFont="smallSystem"/> 614 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 615 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 616 </textFieldCell> 617 </textField> 618 </subviews> 619 </view> 620 </tabViewItem> 621 </tabViewItems> 622 </tabView> 623 </subviews> 624 </view> 625 </window> 626 <window title="Menú d’aplicacions X11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel"> 627 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/> 628 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 629 <rect key="contentRect" x="302" y="440" width="464" height="271"/> 630 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 631 <value key="minSize" type="size" width="320" height="240"/> 632 <view key="contentView" id="286"> 633 <rect key="frame" x="0.0" y="0.0" width="464" height="271"/> 634 <autoresizingMask key="autoresizingMask"/> 635 <subviews> 636 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> 637 <rect key="frame" x="340" y="191" width="111" height="32"/> 638 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 639 <buttonCell key="cell" type="push" title="Duplicar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292"> 640 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 641 <font key="font" metaFont="system"/> 642 </buttonCell> 643 <connections> 644 <action selector="apps_table_duplicate:" target="196" id="304"/> 645 </connections> 646 </button> 647 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293"> 648 <rect key="frame" x="340" y="159" width="111" height="32"/> 649 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 650 <buttonCell key="cell" type="push" title="Eliminar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293"> 651 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 652 <font key="font" metaFont="system"/> 653 </buttonCell> 654 <connections> 655 <action selector="apps_table_delete:" target="196" id="303"/> 656 </connections> 657 </button> 658 <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295"> 659 <rect key="frame" x="20" y="20" width="318" height="231"/> 660 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 661 <clipView key="contentView" id="xcY-jr-X2U"> 662 <rect key="frame" x="1" y="1" width="301" height="214"/> 663 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 664 <subviews> 665 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296"> 666 <rect key="frame" x="0.0" y="0.0" width="301" height="186"/> 667 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 668 <size key="intercellSpacing" width="3" height="2"/> 669 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 670 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> 671 <tableColumns> 672 <tableColumn width="63.270065307617188" minWidth="62.730998992919922" maxWidth="1000" id="298"> 673 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Nom"> 674 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 675 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> 676 </tableHeaderCell> 677 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="573"> 678 <font key="font" metaFont="system"/> 679 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 680 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 681 </textFieldCell> 682 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 683 </tableColumn> 684 <tableColumn width="101.203125" minWidth="40" maxWidth="1000" id="297"> 685 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Ordre"> 686 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 687 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> 688 </tableHeaderCell> 689 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="574"> 690 <font key="font" metaFont="system"/> 691 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 692 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 693 </textFieldCell> 694 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 695 </tableColumn> 696 <tableColumn width="89.46484375" minWidth="10" maxWidth="1000" id="535"> 697 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Drecera de teclat"> 698 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 699 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> 700 </tableHeaderCell> 701 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" drawsBackground="YES" id="575"> 702 <font key="font" metaFont="cellTitle"/> 703 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 704 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 705 </textFieldCell> 706 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 707 </tableColumn> 708 </tableColumns> 709 </tableView> 710 </subviews> 711 </clipView> 712 <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295"> 713 <rect key="frame" x="1" y="215" width="301" height="15"/> 714 <autoresizingMask key="autoresizingMask"/> 715 </scroller> 716 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295"> 717 <rect key="frame" x="302" y="29" width="15" height="186"/> 718 <autoresizingMask key="autoresizingMask"/> 719 </scroller> 720 <tableHeaderView key="headerView" wantsLayer="YES" id="300295"> 721 <rect key="frame" x="0.0" y="0.0" width="301" height="28"/> 722 <autoresizingMask key="autoresizingMask"/> 723 </tableHeaderView> 724 </scrollView> 725 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310"> 726 <rect key="frame" x="340" y="223" width="111" height="32"/> 727 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 728 <buttonCell key="cell" type="push" title="Afegir ítem" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310"> 729 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 730 <font key="font" metaFont="system"/> 731 </buttonCell> 732 <connections> 733 <action selector="apps_table_new:" target="196" id="311"/> 734 </connections> 735 </button> 736 </subviews> 737 </view> 738 <point key="canvasLocation" x="-343" y="-107"/> 739 </window> 740 <menu title="Menú" id="423" userLabel="DockMenu"> 741 <items> 742 <menuItem isSeparatorItem="YES" id="524"> 743 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 744 </menuItem> 745 <menuItem title="Aplicacions" id="526"> 746 <menu key="submenu" title="Aplicacions" id="527"> 747 <items> 748 <menuItem isSeparatorItem="YES" id="533"> 749 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 750 </menuItem> 751 <menuItem title="Personalitzar…" id="532"> 752 <connections> 753 <action selector="apps_table_show:" target="196" id="534"/> 754 </connections> 755 </menuItem> 756 </items> 757 </menu> 758 </menuItem> 759 </items> 760 </menu> 761 </objects> 762</document> 763