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="O X11" id="58"> 24 <modifierMask key="keyEquivalentModifierMask"/> 25 <connections> 26 <action selector="orderFrontStandardAboutPanel:" target="-2" id="433"/> 27 </connections> 28 </menuItem> 29 <menuItem title="Nastavenia…" 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="Služby" id="131"> 38 <menu key="submenu" title="Služby" systemMenu="services" id="130"/> 39 </menuItem> 40 <menuItem isSeparatorItem="YES" id="144"> 41 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 42 </menuItem> 43 <menuItem title="Prepnúť celú obrazovku" 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="Skryť X11" tag="42" keyEquivalent="h" id="134"> 53 <connections> 54 <action selector="hide:" target="-2" id="430"/> 55 </connections> 56 </menuItem> 57 <menuItem title="Skryť ostatné" 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="Zobraziť všetko" 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="Zrušiť 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="Aplikácie" id="269"> 80 <menu key="submenu" title="Aplikácie" id="270"> 81 <items> 82 <menuItem isSeparatorItem="YES" id="272"> 83 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 84 </menuItem> 85 <menuItem title="Prispôsobiť..." 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="Upraviť" id="163"> 94 <menu key="submenu" title="Upraviť" id="169"> 95 <items> 96 <menuItem title="Kopírovať" 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="Okno" id="19"> 105 <menu key="submenu" title="Okno" systemMenu="window" id="24"> 106 <items> 107 <menuItem title="Zatvoriť" keyEquivalent="w" id="203"> 108 <connections> 109 <action selector="close_window:" target="196" id="205"/> 110 </connections> 111 </menuItem> 112 <menuItem title="Minimalizovať" keyEquivalent="m" id="23"> 113 <connections> 114 <action selector="minimize_window:" target="196" id="202"/> 115 </connections> 116 </menuItem> 117 <menuItem title="Zväčšiť" 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="Prechádzať oknami" keyEquivalent="`" id="537"> 126 <connections> 127 <action selector="next_window:" target="196" id="539"/> 128 </connections> 129 </menuItem> 130 <menuItem title="Prechádzať oknami smerom dozadu" 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="Presunúť všetky do popredia" 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="Pomocník" id="419"> 148 <menu key="submenu" title="Pomocník" id="420"> 149 <items> 150 <menuItem title="Pomocník pre 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="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_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="Nastavenie 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" width="542" height="348"/> 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="542" height="348"/> 203 <autoresizingMask key="autoresizingMask"/> 204 <subviews> 205 <tabView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="348"> 206 <rect key="frame" x="13" y="10" width="516" height="332"/> 207 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 208 <font key="font" metaFont="system"/> 209 <tabViewItems> 210 <tabViewItem label="Vstup" identifier="1" id="349"> 211 <view key="view" id="351"> 212 <rect key="frame" x="10" y="33" width="496" height="286"/> 213 <autoresizingMask key="autoresizingMask"/> 214 <subviews> 215 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="363"> 216 <rect key="frame" x="18" y="250" width="402" height="18"/> 217 <autoresizingMask key="autoresizingMask"/> 218 <buttonCell key="cell" type="check" title="Emulovať myš s troma tlačidlami" 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="423" translatesAutoresizingMaskIntoConstraints="NO" id="364"> 227 <rect key="frame" x="36" y="100" width="427" height="31"/> 228 <autoresizingMask key="autoresizingMask"/> 229 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Po povolení môžu klávesové ekvivalenty lišty narušiť X11 aplikácie užívajúce Meta modifikátor." id="100364"> 230 <font key="font" metaFont="smallSystem"/> 231 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 232 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 233 </textFieldCell> 234 </textField> 235 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="432" translatesAutoresizingMaskIntoConstraints="NO" id="365"> 236 <rect key="frame" x="36" y="202" width="436" height="42"/> 237 <autoresizingMask key="autoresizingMask"/> 238 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100365"> 239 <font key="font" metaFont="smallSystem"/> 240 <string key="title">Podržte počas kliknutia Option alebo Command pre aktiváciu stredného alebo pravého tlačidla myši. 241</string> 242 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 243 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 244 </textFieldCell> 245 </textField> 246 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="368"> 247 <rect key="frame" x="18" y="137" width="402" height="18"/> 248 <autoresizingMask key="autoresizingMask"/> 249 <buttonCell key="cell" type="check" title="Povoliť ekvivalenty klávesu s X11" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100368"> 250 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 251 <font key="font" metaFont="system"/> 252 </buttonCell> 253 <connections> 254 <action selector="prefs_changed:" target="196" id="396"/> 255 </connections> 256 </button> 257 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="447" translatesAutoresizingMaskIntoConstraints="NO" id="369" colorLabel="IBBuiltInLabel-Red"> 258 <rect key="frame" x="36" y="166" width="451" height="14"/> 259 <autoresizingMask key="autoresizingMask"/> 260 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Povoľuje zmeny vstupného menu, ktoré prepíšu aktuálnu mapu kláves serveru X11." id="100369" colorLabel="IBBuiltInLabel-Red"> 261 <font key="font" metaFont="smallSystem"/> 262 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 263 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 264 </textFieldCell> 265 </textField> 266 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="370"> 267 <rect key="frame" x="18" y="186" width="402" height="18"/> 268 <autoresizingMask key="autoresizingMask"/> 269 <buttonCell key="cell" type="check" title="Riadiť sa systémovým rozložením klávesnice" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100370"> 270 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 271 <font key="font" metaFont="system"/> 272 </buttonCell> 273 <connections> 274 <action selector="prefs_changed:" target="196" id="395"/> 275 </connections> 276 </button> 277 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="415" translatesAutoresizingMaskIntoConstraints="NO" id="300476"> 278 <rect key="frame" x="36" y="39" width="419" height="31"/> 279 <autoresizingMask key="autoresizingMask"/> 280 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Keď je povolené, klávesy možnosti posielajú symboly klávesov Alt_L a Alt_R X11 namiesto Mode_switch." id="300479"> 281 <font key="font" metaFont="smallSystem"/> 282 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 283 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 284 </textFieldCell> 285 </textField> 286 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300477"> 287 <rect key="frame" x="18" y="76" width="402" height="18"/> 288 <autoresizingMask key="autoresizingMask"/> 289 <buttonCell key="cell" type="check" title="Klávesy možnosti posielajú Alt_L a Alt_R" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300478"> 290 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 291 <font key="font" metaFont="system"/> 292 </buttonCell> 293 <connections> 294 <action selector="prefs_changed:" target="196" id="300480"/> 295 </connections> 296 </button> 297 <button fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300482"> 298 <rect key="frame" x="18" y="15" width="418" height="18"/> 299 <autoresizingMask key="autoresizingMask"/> 300 <buttonCell key="cell" type="check" title="Vždy rolovať v smere pohybu prsta" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300483"> 301 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 302 <font key="font" metaFont="system"/> 303 </buttonCell> 304 <connections> 305 <action selector="prefs_changed:" target="196" id="300484"/> 306 </connections> 307 </button> 308 </subviews> 309 </view> 310 </tabViewItem> 311 <tabViewItem label="Výstup" identifier="2" id="352"> 312 <view key="view" id="350"> 313 <rect key="frame" x="10" y="33" width="496" height="286"/> 314 <autoresizingMask key="autoresizingMask"/> 315 <subviews> 316 <popUpButton verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="382"> 317 <rect key="frame" x="63" y="243" width="128" height="26"/> 318 <autoresizingMask key="autoresizingMask"/> 319 <popUpButtonCell key="cell" type="push" title="Z displeja" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="-1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="384" id="100382"> 320 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 321 <font key="font" metaFont="menu"/> 322 <menu key="menu" title="OtherViews" id="380"> 323 <items> 324 <menuItem title="Z displeja" state="on" tag="-1" id="384"/> 325 <menuItem title="256 farieb" tag="8" id="435"/> 326 <menuItem title="Tisíce" tag="15" id="383"/> 327 <menuItem title="Milióny" tag="24" id="381"/> 328 </items> 329 </menu> 330 </popUpButtonCell> 331 <connections> 332 <action selector="prefs_changed:" target="196" id="398"/> 333 </connections> 334 </popUpButton> 335 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="39" translatesAutoresizingMaskIntoConstraints="NO" id="385"> 336 <rect key="frame" x="19" y="249" width="43" height="17"/> 337 <autoresizingMask key="autoresizingMask"/> 338 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Farby:" id="100385"> 339 <font key="font" metaFont="system"/> 340 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 341 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 342 </textFieldCell> 343 </textField> 344 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="388" translatesAutoresizingMaskIntoConstraints="NO" id="386"> 345 <rect key="frame" x="36" y="223" width="392" height="14"/> 346 <autoresizingMask key="autoresizingMask"/> 347 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Táto možnosť bude zavedená pri ďalšom spustení X11." id="100386"> 348 <font key="font" metaFont="smallSystem"/> 349 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 350 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 351 </textFieldCell> 352 </textField> 353 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="541"> 354 <rect key="frame" x="18" y="189" width="409" height="23"/> 355 <autoresizingMask key="autoresizingMask"/> 356 <buttonCell key="cell" type="check" title="Režim celej obrazovky" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100541"> 357 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 358 <font key="font" metaFont="system"/> 359 </buttonCell> 360 <connections> 361 <action selector="enable_fullscreen_changed:" target="196" id="547"/> 362 </connections> 363 </button> 364 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300472"> 365 <rect key="frame" x="37" y="123" width="409" height="23"/> 366 <autoresizingMask key="autoresizingMask"/> 367 <buttonCell key="cell" type="check" title="Povoliť prístup na lištu v zobrazení na celej obrazovke" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300473"> 368 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 369 <font key="font" metaFont="system"/> 370 </buttonCell> 371 <connections> 372 <action selector="prefs_changed:" target="196" id="300475"/> 373 </connections> 374 </button> 375 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="432" translatesAutoresizingMaskIntoConstraints="NO" id="543"> 376 <rect key="frame" x="36" y="152" width="436" height="31"/> 377 <autoresizingMask key="autoresizingMask"/> 378 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100543"> 379 <font key="font" metaFont="smallSystem"/> 380 <string key="title">Povoľuje X11 koreňové okno. Použite klávesovú sekvenciu Command-Option-A pre aktivovanie a deaktivovanie režimu celej obrazovky.</string> 381 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 382 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 383 </textFieldCell> 384 </textField> 385 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="370" translatesAutoresizingMaskIntoConstraints="NO" id="300487"> 386 <rect key="frame" x="54" y="86" width="374" height="31"/> 387 <autoresizingMask key="autoresizingMask"/> 388 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Lišta sa zobrazí po umiestnení kurzora myši do vrchnej časti primárneho displeja." id="300488"> 389 <font key="font" metaFont="smallSystem"/> 390 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 391 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 392 </textFieldCell> 393 </textField> 394 </subviews> 395 </view> 396 </tabViewItem> 397 <tabViewItem label="Pasteboard" identifier="2" id="300421"> 398 <view key="view" id="300422"> 399 <rect key="frame" x="10" y="33" width="496" height="286"/> 400 <autoresizingMask key="autoresizingMask"/> 401 <subviews> 402 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300424"> 403 <rect key="frame" x="18" y="247" width="354" height="23"/> 404 <autoresizingMask key="autoresizingMask"/> 405 <buttonCell key="cell" type="check" title="Povoliť synchronizáciu" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300440"> 406 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 407 <font key="font" metaFont="system"/> 408 </buttonCell> 409 <connections> 410 <action selector="prefs_changed:" target="196" id="300465"/> 411 </connections> 412 </button> 413 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="431" translatesAutoresizingMaskIntoConstraints="NO" id="300423"> 414 <rect key="frame" x="36" y="216" width="435" height="28"/> 415 <autoresizingMask key="autoresizingMask"/> 416 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Povoľuje položku menu „kopírovať“ a povoľuje synchronizáciu Pasteboardu OSX s X11 SCHRÁNKOU a PRIMÁRNYM bufferom." id="300441" colorLabel="IBBuiltInLabel-Red"> 417 <font key="font" metaFont="smallSystem"/> 418 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 419 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 420 </textFieldCell> 421 </textField> 422 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300447"> 423 <rect key="frame" x="34" y="124" width="346" height="23"/> 424 <autoresizingMask key="autoresizingMask"/> 425 <buttonCell key="cell" type="check" title="Aktualizovať SCHRÁNKU pri zmenách Pasteboardu" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300450"> 426 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 427 <font key="font" metaFont="system"/> 428 </buttonCell> 429 <connections> 430 <action selector="prefs_changed:" target="196" id="300467"/> 431 </connections> 432 </button> 433 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300451" colorLabel="IBBuiltInLabel-Red"> 434 <rect key="frame" x="34" y="86" width="436" height="34"/> 435 <autoresizingMask key="autoresizingMask"/> 436 <buttonCell key="cell" type="check" title="Aktualizovať PRIMÁRNY buffer (stredné kliknutie) pri zmene Pasteboardu" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300452" colorLabel="IBBuiltInLabel-Red"> 437 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 438 <font key="font" metaFont="system"/> 439 </buttonCell> 440 <connections> 441 <action selector="prefs_changed:" target="196" id="300468"/> 442 </connections> 443 </button> 444 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300457"> 445 <rect key="frame" x="34" y="50" width="353" height="23"/> 446 <autoresizingMask key="autoresizingMask"/> 447 <buttonCell key="cell" type="check" title="Aktualizovať Pasteboard okamžite po vybratí textu" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300458"> 448 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 449 <font key="font" metaFont="system"/> 450 </buttonCell> 451 <connections> 452 <action selector="prefs_changed:" target="196" id="300469"/> 453 </connections> 454 </button> 455 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300453"> 456 <rect key="frame" x="18" y="183" width="338" height="23"/> 457 <autoresizingMask key="autoresizingMask"/> 458 <buttonCell key="cell" type="check" title="Aktualizovať Pasteboard pri zmenách SCHRÁNKY" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300454"> 459 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 460 <font key="font" metaFont="system"/> 461 </buttonCell> 462 <connections> 463 <action selector="prefs_changed:" target="196" id="300466"/> 464 </connections> 465 </button> 466 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="416" translatesAutoresizingMaskIntoConstraints="NO" id="300455"> 467 <rect key="frame" x="36" y="152" width="420" height="28"/> 468 <autoresizingMask key="autoresizingMask"/> 469 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Zakážte túto možnosť ak chcete použiť xschránku, klipper, alebo iného X11 manažéra schránky." id="300456"> 470 <font key="font" metaFont="smallSystem"/> 471 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 472 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 473 </textFieldCell> 474 </textField> 475 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="413" translatesAutoresizingMaskIntoConstraints="NO" id="300459"> 476 <rect key="frame" x="48" y="16" width="417" height="28"/> 477 <autoresizingMask key="autoresizingMask"/> 478 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Kvôli obmedzeniam v X11 protokole, táto možnosť možno nebude fungovať v niektorých aplikáciách." id="300460"> 479 <font key="font" metaFont="smallSystem"/> 480 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 481 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 482 </textFieldCell> 483 </textField> 484 </subviews> 485 </view> 486 </tabViewItem> 487 <tabViewItem label="Okná" identifier="2" id="300337" colorLabel="IBBuiltInLabel-Red"> 488 <view key="view" id="300338"> 489 <rect key="frame" x="10" y="33" width="496" height="286"/> 490 <autoresizingMask key="autoresizingMask"/> 491 <subviews> 492 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300359"> 493 <rect key="frame" x="18" y="250" width="402" height="18"/> 494 <autoresizingMask key="autoresizingMask"/> 495 <buttonCell key="cell" type="check" title="Preklikať neaktívne okná" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300360"> 496 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 497 <font key="font" metaFont="system"/> 498 </buttonCell> 499 <connections> 500 <action selector="prefs_changed:" target="196" id="300389"/> 501 </connections> 502 </button> 503 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="433" translatesAutoresizingMaskIntoConstraints="NO" id="300358"> 504 <rect key="frame" x="36" y="213" width="437" height="31"/> 505 <autoresizingMask key="autoresizingMask"/> 506 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Keď je povolené, kliknutím na neaktívne okno posunie kliknutie myši do daného okna a aktivuje ho." id="300361"> 507 <font key="font" metaFont="smallSystem"/> 508 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 509 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 510 </textFieldCell> 511 </textField> 512 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300362"> 513 <rect key="frame" x="18" y="186" width="402" height="18"/> 514 <autoresizingMask key="autoresizingMask"/> 515 <buttonCell key="cell" type="check" title="Sledovanie myši" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300363"> 516 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 517 <font key="font" metaFont="system"/> 518 </buttonCell> 519 <connections> 520 <action selector="prefs_changed:" target="196" id="300390"/> 521 </connections> 522 </button> 523 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="425" translatesAutoresizingMaskIntoConstraints="NO" id="300364" colorLabel="IBBuiltInLabel-Red"> 524 <rect key="frame" x="36" y="166" width="429" height="14"/> 525 <autoresizingMask key="autoresizingMask"/> 526 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Aktívne okno sa nachádza pod kurzorom myši. Toto má nežiadúce účinky." id="300365" colorLabel="IBBuiltInLabel-Red"> 527 <font key="font" metaFont="smallSystem"/> 528 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 529 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 530 </textFieldCell> 531 </textField> 532 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="300368"> 533 <rect key="frame" x="18" y="137" width="402" height="18"/> 534 <autoresizingMask key="autoresizingMask"/> 535 <buttonCell key="cell" type="check" title="Sústrediť sa na nové okná" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="300369"> 536 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 537 <font key="font" metaFont="system"/> 538 </buttonCell> 539 <connections> 540 <action selector="prefs_changed:" target="196" id="300391"/> 541 </connections> 542 </button> 543 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="411" translatesAutoresizingMaskIntoConstraints="NO" id="300370"> 544 <rect key="frame" x="36" y="103" width="415" height="28"/> 545 <autoresizingMask key="autoresizingMask"/> 546 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Keď je povolené, vytvorenie nového X11 okna spôsobí posunutie X11.app do popredia (namiesto Finder.app, Terminal.app, atď.)" id="300371"> 547 <font key="font" metaFont="smallSystem"/> 548 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 549 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 550 </textFieldCell> 551 </textField> 552 </subviews> 553 </view> 554 </tabViewItem> 555 <tabViewItem label="Zabezpečenie" identifier="" id="353"> 556 <view key="view" id="354"> 557 <rect key="frame" x="10" y="33" width="496" height="286"/> 558 <autoresizingMask key="autoresizingMask"/> 559 <subviews> 560 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="374"> 561 <rect key="frame" x="18" y="250" width="402" height="18"/> 562 <autoresizingMask key="autoresizingMask"/> 563 <buttonCell key="cell" type="check" title="Autentifikovať spojenia" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100374"> 564 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 565 <font key="font" metaFont="system"/> 566 </buttonCell> 567 <connections> 568 <action selector="prefs_changed:" target="196" id="399"/> 569 </connections> 570 </button> 571 <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="375"> 572 <rect key="frame" x="18" y="173" width="402" height="18"/> 573 <autoresizingMask key="autoresizingMask"/> 574 <buttonCell key="cell" type="check" title="Povoliť pripojenia od sieťových klientov" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="100375"> 575 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 576 <font key="font" metaFont="system"/> 577 </buttonCell> 578 <connections> 579 <action selector="prefs_changed:" target="196" id="401"/> 580 </connections> 581 </button> 582 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="442" translatesAutoresizingMaskIntoConstraints="NO" id="376"> 583 <rect key="frame" x="36" y="202" width="446" height="42"/> 584 <autoresizingMask key="autoresizingMask"/> 585 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100376"> 586 <font key="font" metaFont="smallSystem"/> 587 <string key="title">Spustenie X11 vytvorí klávesy ochrany prístupu Xautority. Tieto klávesy sa stanú neplatnými ak sa zmení systémová IP adresa, čo môže zabrániť spusteniu X11 aplikácií.</string> 588 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 589 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 590 </textFieldCell> 591 </textField> 592 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="442" translatesAutoresizingMaskIntoConstraints="NO" id="377"> 593 <rect key="frame" x="36" y="125" width="446" height="42"/> 594 <autoresizingMask key="autoresizingMask"/> 595 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="100377"> 596 <font key="font" metaFont="smallSystem"/> 597 <string key="title">Ak je povolené, musí byť povolená aj funkcia Autentifikácia spojení, aby bola zaistená bezpečnosť systému. Ak nie je povolené, pripojenia zo vzdialených aplikácií nie sú povolené.</string> 598 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 599 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 600 </textFieldCell> 601 </textField> 602 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="379"> 603 <rect key="frame" x="17" y="24" width="404" height="14"/> 604 <autoresizingMask key="autoresizingMask"/> 605 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Zmeny týchto možností budú zavedené pri ďalšom spustení X11." id="100379"> 606 <font key="font" metaFont="smallSystem"/> 607 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 608 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 609 </textFieldCell> 610 </textField> 611 </subviews> 612 </view> 613 </tabViewItem> 614 </tabViewItems> 615 </tabView> 616 </subviews> 617 </view> 618 </window> 619 <window title="Aplikačné menu X11" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="x11_apps" animationBehavior="default" id="285" userLabel="EditPrograms" customClass="NSPanel"> 620 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/> 621 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 622 <rect key="contentRect" x="302" y="440" width="454" height="271"/> 623 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/> 624 <value key="minSize" type="size" width="320" height="240"/> 625 <view key="contentView" id="286"> 626 <rect key="frame" x="0.0" y="0.0" width="454" height="271"/> 627 <autoresizingMask key="autoresizingMask"/> 628 <subviews> 629 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="292"> 630 <rect key="frame" x="324" y="191" width="124" height="32"/> 631 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 632 <buttonCell key="cell" type="push" title="Duplikovať" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100292"> 633 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 634 <font key="font" metaFont="system"/> 635 </buttonCell> 636 <connections> 637 <action selector="apps_table_duplicate:" target="196" id="304"/> 638 </connections> 639 </button> 640 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="293"> 641 <rect key="frame" x="324" y="159" width="124" height="32"/> 642 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 643 <buttonCell key="cell" type="push" title="Odstrániť" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100293"> 644 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 645 <font key="font" metaFont="system"/> 646 </buttonCell> 647 <connections> 648 <action selector="apps_table_delete:" target="196" id="303"/> 649 </connections> 650 </button> 651 <scrollView fixedFrame="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="295"> 652 <rect key="frame" x="20" y="20" width="302" height="231"/> 653 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 654 <clipView key="contentView" id="0sL-pl-jco"> 655 <rect key="frame" x="1" y="1" width="285" height="214"/> 656 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 657 <subviews> 658 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" headerView="300295" id="296"> 659 <rect key="frame" x="0.0" y="0.0" width="285" height="186"/> 660 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 661 <size key="intercellSpacing" width="3" height="2"/> 662 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 663 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> 664 <tableColumns> 665 <tableColumn width="80.215377807617188" minWidth="62.730998992919922" maxWidth="1000" id="298"> 666 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Meno"> 667 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 668 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> 669 </tableHeaderCell> 670 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="573"> 671 <font key="font" metaFont="system"/> 672 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 673 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 674 </textFieldCell> 675 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 676 </tableColumn> 677 <tableColumn width="67.484375" minWidth="40" maxWidth="1000" id="297"> 678 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Command"> 679 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 680 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> 681 </tableHeaderCell> 682 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="574"> 683 <font key="font" metaFont="system"/> 684 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 685 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 686 </textFieldCell> 687 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 688 </tableColumn> 689 <tableColumn width="90.5" minWidth="10" maxWidth="1000" id="535"> 690 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Klávesová skratka"> 691 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> 692 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> 693 </tableHeaderCell> 694 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" drawsBackground="YES" id="575"> 695 <font key="font" metaFont="cellTitle"/> 696 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 697 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> 698 </textFieldCell> 699 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> 700 </tableColumn> 701 </tableColumns> 702 </tableView> 703 </subviews> 704 </clipView> 705 <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="200295"> 706 <rect key="frame" x="1" y="215" width="285" height="15"/> 707 <autoresizingMask key="autoresizingMask"/> 708 </scroller> 709 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="100295"> 710 <rect key="frame" x="286" y="29" width="15" height="186"/> 711 <autoresizingMask key="autoresizingMask"/> 712 </scroller> 713 <tableHeaderView key="headerView" wantsLayer="YES" id="300295"> 714 <rect key="frame" x="0.0" y="0.0" width="285" height="28"/> 715 <autoresizingMask key="autoresizingMask"/> 716 </tableHeaderView> 717 </scrollView> 718 <button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="310"> 719 <rect key="frame" x="324" y="223" width="124" height="32"/> 720 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 721 <buttonCell key="cell" type="push" title="Pridať položku" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="100310"> 722 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 723 <font key="font" metaFont="system"/> 724 </buttonCell> 725 <connections> 726 <action selector="apps_table_new:" target="196" id="311"/> 727 </connections> 728 </button> 729 </subviews> 730 </view> 731 <point key="canvasLocation" x="27" y="351"/> 732 </window> 733 <menu title="Menu" id="423" userLabel="DockMenu"> 734 <items> 735 <menuItem isSeparatorItem="YES" id="524"> 736 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 737 </menuItem> 738 <menuItem title="Aplikácie" id="526"> 739 <menu key="submenu" title="Aplikácie" id="527"> 740 <items> 741 <menuItem isSeparatorItem="YES" id="533"> 742 <modifierMask key="keyEquivalentModifierMask" command="YES"/> 743 </menuItem> 744 <menuItem title="Prispôsobiť…" id="532"> 745 <connections> 746 <action selector="apps_table_show:" target="196" id="534"/> 747 </connections> 748 </menuItem> 749 </items> 750 </menu> 751 </menuItem> 752 </items> 753 </menu> 754 </objects> 755</document> 756