__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="tip"
      id="keyboard-nav">
  <info>
    <link type="guide" xref="keyboard" group="a11y"/>
    <link type="guide" xref="a11y#mobility" group="keyboard"/>
    <link type="seealso" xref="shell-keyboard-shortcuts"/>

    <revision pkgversion="3.7.5" version="0.2" date="2013-02-23" status="review"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
    <revision pkgversion="3.20" date="2016-08-13" status="candidate"/>
    <revision pkgversion="3.29" date="2018-08-27" status="review"/>

    <credit type="author">
      <name>Michael Hill</name>
      <email>[email protected]</email>
    </credit>
    <credit type="editor">
       <name>Julita Inca</name>
       <email>[email protected]</email>
    </credit>
    <credit type="author copyright">
      <name>Shaun McCance</name>
      <email>[email protected]</email>
      <years>2012</years>
    </credit>
    <credit type="editor">
       <name>Ekaterina Gerasimova</name>
       <email>[email protected]</email>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Use applications and the desktop without a mouse.</desc>
  </info>

  <title>Keyboard navigation</title>

  <comment>
    <cite date="2012-03-14" href="mailto:[email protected]">Shaun McCance</cite>
    <p>Do <em>NOT</em> use <code>ui:expanded</code> on this page. I know it's
    tempting, but the target audience for this page is people who cannot use
    a mouse, and having to expand sections when you're just figuring out how
    to drive things with the keyboard is a burden.</p>
  </comment>

  <p>This page details keyboard navigation for people who cannot use a mouse or
  other pointing device, or who want to use a keyboard as much as possible. For
  keyboard shortcuts that are useful to all users, see
  <link xref="shell-keyboard-shortcuts"/> instead.</p>

  <note style="tip">
    <p>If you cannot use a pointing device like a mouse, you can control the
    mouse pointer using the numeric keypad on your keyboard. See
    <link xref="mouse-mousekeys"/> for details.</p>
  </note>

<table frame="top bottom" rules="rows">
  <title>Navigate user interfaces</title>
  <tr>
    <td><p><key>Tab</key> and</p>
    <p><keyseq><key>Ctrl</key><key>Tab</key></keyseq></p>
    </td>
    <td>
      <p>Move keyboard focus between different controls. <keyseq><key>Ctrl</key>
      <key>Tab</key></keyseq> moves between groups of controls, such as from a
      sidebar to the main content.
      <keyseq><key>Ctrl</key><key>Tab</key></keyseq> can also break out of a
      control that uses <key>Tab</key> itself, such as a text area.</p>
      <p>Hold down <key>Shift</key> to move focus in reverse order.</p>
    </td>
  </tr>
  <tr>
    <td><p>Arrow keys</p></td>
    <td>
      <p>Move selection between items in a single control, or among a set of
      related controls. Use the arrow keys to focus buttons in a toolbar, select
      items in a list or grid view, or select a radio button from a group.</p>
    </td>
  </tr>
  <tr>
    <td><p><keyseq><key>Ctrl</key>Arrow keys</keyseq></p></td>
    <td><p>In a list or grid view, move the keyboard focus to another item
    without changing which item is selected.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Shift</key>Arrow keys</keyseq></p></td>
    <td><p>In a list or grid view, select all items from the currently selected
    item to the newly focused item.</p>
    <p>In a tree view, items that have children can be expanded or collapsed,
    to show or hide their children: expand by pressing
    <keyseq><key>Shift</key><key>→</key></keyseq>, and collapse by
    pressing <keyseq><key>Shift</key><key>←</key></keyseq>.</p></td>
  </tr>
  <tr>
    <td><p><key>Space</key></p></td>
    <td><p>Activate a focused item such as a button, check box, or list
    item.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Ctrl</key><key>Space</key></keyseq></p></td>
    <td><p>In a list or grid view, select or deselect the focused item without
    deselecting other items.</p></td>
  </tr>
  <tr>
    <td><p><key>Alt</key></p></td>
    <td><p>Hold down the <key>Alt</key> key to reveal <em>accelerators</em>:
    underlined letters on menu items, buttons, and other controls. Press
    <key>Alt</key> plus the underlined letter to activate a control, just
    as if you had clicked on it.</p></td>
  </tr>
  <tr>
    <td><p><key>Esc</key></p></td>
    <td><p>Exit a menu, popup, switcher, or dialog window.</p></td>
  </tr>
  <tr>
    <td><p><key>F10</key></p></td>
    <td><p>Open the first menu on the menubar of a window. Use the arrow keys
    to navigate the menus.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Shift</key><key>F10</key></keyseq> or</p>
    <p><key xref="keyboard-key-menu">Menu</key></p></td>
    <td>
      <p>Pop up the context menu for the current selection, as if you had
      right-clicked.</p>
    </td>
  </tr>
  <tr>
    <td><p><keyseq><key>Ctrl</key><key>F10</key></keyseq></p></td>
    <td><p>In the file manager, pop up the context menu for the current folder,
    as if you had right-clicked on the background and not on any item.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Ctrl</key><key>PageUp</key></keyseq></p>
    <p>and</p>
    <p><keyseq><key>Ctrl</key><key>PageDown</key></keyseq></p></td>
    <td><p>In a tabbed interface, switch to the tab to the left or
    right.</p></td>
  </tr>
</table>

<table frame="top bottom" rules="rows">
  <title>Navigate the desktop</title>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="super"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="super-tab"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="super-tick"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="ctrl-alt-tab"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="super-updown"/>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F6</key></keyseq></p></td>
    <td><p>Cycle through windows in the same application. Hold down the
    <key>Alt</key> key and press <key>F6</key> until the window you want is
    highlighted, then release <key>Alt</key>. This is similar to the
    <keyseq><key>Alt</key><key>`</key></keyseq> feature.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Alt</key><key>Esc</key></keyseq></p></td>
    <td><p>Cycle through all open windows on a workspace.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Super</key><key>V</key></keyseq></p></td>
    <td><p><link xref="shell-notifications#notificationlist">Open the
    notification list.</link> Press <key>Esc</key> to close.</p></td>
  </tr>
</table>

<table frame="top bottom" rules="rows">
  <title>Navigate windows</title>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F4</key></keyseq></p></td>
    <td><p>Close the current window.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F5</key></keyseq> or
    <keyseq><key>Super</key><key>&#8595;</key></keyseq></p></td>
    <td><p>Restore a maximized window to its original size. Use
    <keyseq><key>Alt</key><key>F10</key></keyseq> to maximize.
    <keyseq><key>Alt</key><key>F10</key></keyseq> both maximizes and
    restores.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F7</key></keyseq></p></td>
    <td><p>Move the current window. Press
    <keyseq><key>Alt</key><key>F7</key></keyseq>, then use the arrow keys to
    move the window. Press <key>Enter</key> to finish moving the window, or
    <key>Esc</key> to return it to its original place.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F8</key></keyseq></p></td>
    <td><p>Resize the current window. Press
    <keyseq><key>Alt</key><key>F8</key></keyseq>, then use the arrow keys to
    resize the window. Press <key>Enter</key> to finish resizing the window, or
    <key>Esc</key> to return it to its original size.</p></td>
  </tr>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="shift-super-updown"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="shift-super-left"/>
  <include xmlns="http://www.w3.org/2001/XInclude"
           href="shell-keyboard-shortcuts.page"
           xpointer="shift-super-right"/>
  <tr>
    <td><p><keyseq><key>Alt</key><key>F10</key></keyseq> or
    <keyseq><key>Super</key><key>&#8593;</key></keyseq></p>
    </td>
    <td><p><link xref="shell-windows-maximize">Maximize</link> a window. Press
    <keyseq><key>Alt</key><key>F10</key></keyseq> or
    <keyseq><key>Super</key><key>&#8595;</key></keyseq> to
    restore a maximized window to its original size.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Super</key><key>H</key></keyseq></p></td>
    <td><p>Minimize a window.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Super</key><key>&#8592;</key></keyseq></p></td>
    <td><p>Maximize a window vertically along the left side of the screen.
    Press again to restore the window to its previous size. Press
    <keyseq><key>Super</key><key>&#8594;</key></keyseq> to switch
    sides.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Super</key><key>&#8594;</key></keyseq></p></td>
    <td><p>Maximize a window vertically along the right side of the screen.
    Press again to restore the window to its previous size. Press
    <keyseq><key>Super</key><key>&#8592;</key></keyseq> to
    switch sides.</p></td>
  </tr>
  <tr>
    <td><p><keyseq><key>Alt</key><key>Space</key></keyseq></p></td>
    <td><p>Pop up the window menu, as if you had right-clicked on the
    titlebar.</p></td>
  </tr>
</table>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
a11y-bouncekeys.page File 2.78 KB 0644
a11y-braille.page File 1.45 KB 0644
a11y-contrast.page File 2.18 KB 0644
a11y-dwellclick.page File 3.33 KB 0644
a11y-font-size.page File 2.27 KB 0644
a11y-icon.page File 2.27 KB 0644
a11y-mag.page File 2.85 KB 0644
a11y-right-click.page File 3.16 KB 0644
a11y-screen-reader.page File 2.28 KB 0644
a11y-slowkeys.page File 3.21 KB 0644
a11y-stickykeys.page File 4.04 KB 0644
a11y-visualalert.page File 2.51 KB 0644
a11y.page File 2.28 KB 0644
about-hardware.page File 1.57 KB 0644
about-hostname.page File 1.58 KB 0644
about-os.page File 1.64 KB 0644
about-this-guide.page File 1.97 KB 0644
about.page File 871 B 0644
accounts-add.page File 3.21 KB 0644
accounts-disable-service.page File 2.45 KB 0644
accounts-provider-not-available.page File 1.34 KB 0644
accounts-remove.page File 2.63 KB 0644
accounts-which-application.page File 4.01 KB 0644
accounts-whyadd.page File 1.59 KB 0644
accounts.page File 1 KB 0644
addremove-creator.page File 1.97 KB 0644
addremove-install-synaptic.page File 2.68 KB 0644
addremove-install.page File 2.56 KB 0644
addremove-ppa.page File 2.18 KB 0644
addremove-remove.page File 2.55 KB 0644
addremove-sources.page File 2.4 KB 0644
addremove.page File 749 B 0644
app-cheese.page File 870 B 0644
backup-check.page File 1.77 KB 0644
backup-frequency.page File 1.97 KB 0644
backup-how.page File 2.44 KB 0644
backup-restore.page File 1.29 KB 0644
backup-thinkabout.page File 3.24 KB 0644
backup-what.page File 2.45 KB 0644
backup-where.page File 2.21 KB 0644
backup-why.page File 1.23 KB 0644
bluetooth-connect-device.page File 3.96 KB 0644
bluetooth-device-specific-pairing.page File 3.69 KB 0644
bluetooth-problem-connecting.page File 3.31 KB 0644
bluetooth-remove-connection.page File 2.39 KB 0644
bluetooth-send-file.page File 3.17 KB 0644
bluetooth-turn-on-off.page File 3.13 KB 0644
bluetooth-visibility.page File 2.46 KB 0644
bluetooth.page File 2.25 KB 0644
clock-calendar.page File 2.52 KB 0644
clock-set.page File 2.28 KB 0644
clock-timezone.page File 2.38 KB 0644
clock-world.page File 2.08 KB 0644
clock.page File 666 B 0644
color-assignprofiles.page File 2.51 KB 0644
color-calibrate-camera.page File 1.53 KB 0644
color-calibrate-printer.page File 1.57 KB 0644
color-calibrate-scanner.page File 2.36 KB 0644
color-calibrate-screen.page File 2.45 KB 0644
color-calibrationcharacterization.page File 2.55 KB 0644
color-calibrationdevices.page File 819 B 0644
color-calibrationtargets.page File 1.21 KB 0644
color-canshareprofiles.page File 1.62 KB 0644
color-gettingprofiles.page File 1.46 KB 0644
color-howtoimport.page File 2.23 KB 0644
color-missingvcgt.page File 1.09 KB 0644
color-notifications.page File 1.97 KB 0644
color-notspecifiededid.page File 1.27 KB 0644
color-testing.page File 3.14 KB 0644
color-whatisprofile.page File 1.26 KB 0644
color-whatisspace.page File 3.67 KB 0644
color-why-calibrate.page File 1.38 KB 0644
color-whyimportant.page File 3.57 KB 0644
color.page File 828 B 0644
community-support.page File 1.08 KB 0644
contacts-add-remove.page File 2.41 KB 0644
contacts-connect.page File 2.02 KB 0644
contacts-edit-details.page File 2.47 KB 0644
contacts-link-unlink.page File 2.67 KB 0644
contacts-search.page File 1.66 KB 0644
contacts-setup.page File 1.99 KB 0644
contacts.page File 734 B 0644
disk-benchmark.page File 3.01 KB 0644
disk-capacity.page File 3.65 KB 0644
disk-check.page File 2.91 KB 0644
disk-format.page File 2.78 KB 0644
disk-partitions.page File 3.18 KB 0644
disk-repair.page File 4.54 KB 0644
disk-resize.page File 2.84 KB 0644
disk.page File 572 B 0644
display-blank.page File 1.96 KB 0644
display-brightness.page File 2.44 KB 0644
display-dual-monitors.page File 5.53 KB 0644
display-night-light.page File 1.98 KB 0644
files-autorun.page File 5.7 KB 0644
files-browse.page File 3.75 KB 0644
files-copy.page File 4.08 KB 0644
files-delete.page File 3.2 KB 0644
files-disc-write.page File 1.22 KB 0644
files-hidden.page File 3.59 KB 0644
files-lost.page File 2.28 KB 0644
files-open.page File 3.17 KB 0644
files-preview.page File 1.96 KB 0644
files-recover.page File 2.3 KB 0644
files-removedrive.page File 2.74 KB 0644
files-rename-multiple.page File 3.62 KB 0644
files-rename-music-metadata.page File 1.95 KB 0644
files-rename.page File 4.46 KB 0644
files-search.page File 5.3 KB 0644
files-select.page File 2 KB 0644
files-share.page File 2.4 KB 0644
files-sort.page File 3.64 KB 0644
files-templates.page File 2.34 KB 0644
files-tilde.page File 1.8 KB 0644
files.page File 1.79 KB 0644
get-involved.page File 1.29 KB 0644
gnome-classic.page File 5.25 KB 0644
gnome-on-ubuntu.page File 1.94 KB 0644
gnome-version.page File 1.41 KB 0644
hardware-auth.page File 548 B 0644
hardware-cardreader.page File 2.84 KB 0644
hardware-driver.page File 1.67 KB 0644
hardware-problems-graphics.page File 661 B 0644
hardware.page File 1.06 KB 0644
index.page File 1.11 KB 0644
keyboard-cursor-blink.page File 2.03 KB 0644
keyboard-key-menu.page File 2.48 KB 0644
keyboard-key-super.page File 2.34 KB 0644
keyboard-layouts.page File 6.18 KB 0644
keyboard-nav.page File 9.74 KB 0644
keyboard-osk.page File 3.12 KB 0644
keyboard-repeat-keys.page File 2.37 KB 0644
keyboard-shortcuts-set.page File 16.5 KB 0644
keyboard.page File 1.16 KB 0644
legal.xml File 295 B 0644
look-background.page File 4.14 KB 0644
look-display-fuzzy.page File 2.63 KB 0644
look-resolution.page File 5.62 KB 0644
media.page File 1.37 KB 0644
more-help.page File 878 B 0644
mouse-doubleclick.page File 2.54 KB 0644
mouse-lefthanded.page File 1.88 KB 0644
mouse-middleclick.page File 2.88 KB 0644
mouse-mousekeys.page File 3.87 KB 0644
mouse-problem-notmoving.page File 3.45 KB 0644
mouse-sensitivity.page File 2.13 KB 0644
mouse-touchpad-click.page File 7.78 KB 0644
mouse-wakeup.page File 1.36 KB 0644
mouse.page File 1.56 KB 0644
music-cantplay-drm.page File 1.92 KB 0644
nautilus-behavior.page File 3.46 KB 0644
nautilus-bookmarks-edit.page File 2.41 KB 0644
nautilus-connect.page File 7.81 KB 0644
nautilus-display.page File 2.85 KB 0644
nautilus-file-properties-basic.page File 4.53 KB 0644
nautilus-file-properties-permissions.page File 4.37 KB 0644
nautilus-list.page File 5.1 KB 0644
nautilus-prefs.page File 686 B 0644
nautilus-preview.page File 2.45 KB 0644
nautilus-views.page File 2.15 KB 0644
net-antivirus.page File 1.79 KB 0644
net-browser.page File 603 B 0644
net-default-browser.page File 2.15 KB 0644
net-default-email.page File 2.07 KB 0644
net-email-virus.page File 1.88 KB 0644
net-email.page File 928 B 0644
net-findip.page File 3.63 KB 0644
net-firewall-on-off.page File 2.67 KB 0644
net-firewall-ports.page File 2.56 KB 0644
net-fixed-ip-address.page File 3.46 KB 0644
net-general.page File 854 B 0644
net-macaddress.page File 2.64 KB 0644
net-manual.page File 3.57 KB 0644
net-mobile.page File 2.99 KB 0644
net-othersconnect.page File 2.63 KB 0644
net-othersedit.page File 3.23 KB 0644
net-problem.page File 641 B 0644
net-proxy.page File 3.29 KB 0644
net-security-tips.page File 3.03 KB 0644
net-security.page File 699 B 0644
net-slow.page File 3.64 KB 0644
net-vpn-connect.page File 4.09 KB 0644
net-what-is-ip-address.page File 1.83 KB 0644
net-wired-connect.page File 2.62 KB 0644
net-wired.page File 575 B 0644
net-wireless-adhoc.page File 2.93 KB 0644
net-wireless-airplane.page File 2.26 KB 0644
net-wireless-connect.page File 4.27 KB 0644
net-wireless-disconnecting.page File 3.49 KB 0644
net-wireless-find.page File 2.36 KB 0644
net-wireless-hidden.page File 2.97 KB 0644
net-wireless-noconnection.page File 3.05 KB 0644
net-wireless-troubleshooting-device-drivers.page File 4.33 KB 0644
net-wireless-troubleshooting-hardware-check.page File 7.33 KB 0644
net-wireless-troubleshooting-hardware-info.page File 2.76 KB 0644
net-wireless-troubleshooting-initial-check.page File 3.46 KB 0644
net-wireless-troubleshooting.page File 2.42 KB 0644
net-wireless-wepwpa.page File 1.49 KB 0644
net-wireless.page File 1.07 KB 0644
net-wrongnetwork.page File 1.94 KB 0644
net.page File 998 B 0644
numeric-keypad.page File 1.24 KB 0644
parental-controls.page File 6.99 KB 0644
power-autobrightness.page File 1.44 KB 0644
power-autosuspend.page File 1.61 KB 0644
power-batteryestimate.page File 2.72 KB 0644
power-batterylife.page File 4.29 KB 0644
power-batteryoptimal.page File 2.07 KB 0644
power-batteryslow.page File 1.15 KB 0644
power-batterywindows.page File 2.15 KB 0644
power-closelid.page File 3.52 KB 0644
power-constantfan.page File 1.88 KB 0644
power-hotcomputer.page File 2.81 KB 0644
power-lowpower.page File 1.55 KB 0644
power-nowireless.page File 2.45 KB 0644
power-othercountry.page File 2.04 KB 0644
power-percentage.page File 1.36 KB 0644
power-profile.page File 1.9 KB 0644
power-status.page File 2.24 KB 0644
power-suspend.page File 1.9 KB 0644
power-suspendfail.page File 2.95 KB 0644
power-whydim.page File 2.06 KB 0644
power-willnotturnon.page File 3.1 KB 0644
power-wireless.page File 1.45 KB 0644
power.page File 1.39 KB 0644
prefs-display.page File 783 B 0644
prefs-language-install.page File 2.14 KB 0644
prefs-language.page File 667 B 0644
prefs-sharing.page File 880 B 0644
prefs.page File 1.28 KB 0644
printing-2sided.page File 1.76 KB 0644
printing-booklet-duplex.page File 3.01 KB 0644
printing-booklet-singlesided.page File 3.5 KB 0644
printing-booklet.page File 1.79 KB 0644
printing-cancel-job.page File 3.21 KB 0644
printing-differentsize.page File 1.92 KB 0644
printing-envelopes.page File 2.3 KB 0644
printing-inklevel.page File 1.97 KB 0644
printing-name-location.page File 3.4 KB 0644
printing-order.page File 2.08 KB 0644
printing-paperjam.page File 1.38 KB 0644
printing-select.page File 1.35 KB 0644
printing-setup-default-printer.page File 2.41 KB 0644
printing-setup.page File 3.71 KB 0644
printing-streaks.page File 2 KB 0644
printing-to-file.page File 2.06 KB 0644
printing.page File 1.29 KB 0644
privacy-history-recent-off.page File 3.22 KB 0644
privacy-location.page File 1.95 KB 0644
privacy-purge.page File 3.09 KB 0644
privacy-screen-lock.page File 3.51 KB 0644
privacy.page File 1.29 KB 0644
quick-settings.page File 4.43 KB 0644
remote-login.page File 4.85 KB 0644
report-ubuntu-bug.page File 3.2 KB 0644
screen-shot-record.page File 6.92 KB 0644
session-fingerprint.page File 3.85 KB 0644
session-formats.page File 2.56 KB 0644
session-language.page File 3.53 KB 0644
session-screenlocks.page File 2.3 KB 0644
sharing-bluetooth.page File 2.02 KB 0644
sharing-desktop.page File 8.08 KB 0644
sharing-media.page File 3.4 KB 0644
sharing-personal.page File 4.16 KB 0644
sharing-secure-shell.page File 1.6 KB 0644
sharing.page File 573 B 0644
shell-apps-favorites.page File 2.25 KB 0644
shell-apps-open.page File 4.35 KB 0644
shell-exit.page File 5.99 KB 0644
shell-introduction.page File 9.4 KB 0644
shell-keyboard-shortcuts.page File 8.45 KB 0644
shell-lockscreen.page File 1.99 KB 0644
shell-notifications.page File 4.89 KB 0644
shell-overview.page File 1.23 KB 0644
shell-wellbeing.page File 4.72 KB 0644
shell-windows-lost.page File 2.59 KB 0644
shell-windows-maximize.page File 1.92 KB 0644
shell-windows-states.page File 2.3 KB 0644
shell-windows-switching.page File 3.09 KB 0644
shell-windows-tiled.page File 1.39 KB 0644
shell-windows.page File 2.69 KB 0644
shell-workspaces-movewindow.page File 3.84 KB 0644
shell-workspaces-switch.page File 3.01 KB 0644
shell-workspaces.page File 3.58 KB 0644
sound-alert.page File 1.97 KB 0644
sound-broken.page File 1.02 KB 0644
sound-crackle.page File 2.27 KB 0644
sound-nosound.page File 5.21 KB 0644
sound-usemic.page File 2.33 KB 0644
sound-usespeakers.page File 2.53 KB 0644
sound-volume.page File 3.07 KB 0644
startup-applications.page File 1.54 KB 0644
status-icons.page File 20.03 KB 0644
tips-specialchars.page File 6.14 KB 0644
tips.page File 598 B 0644
touchscreen-gestures.page File 3.98 KB 0644
user-accounts.page File 1.51 KB 0644
user-add.page File 3.98 KB 0644
user-admin-change.page File 2.6 KB 0644
user-admin-explain.page File 4.19 KB 0644
user-admin-problems.page File 1.77 KB 0644
user-autologin.page File 2.32 KB 0644
user-changepassword.page File 3.88 KB 0644
user-changepicture.page File 2.89 KB 0644
user-delete.page File 2.74 KB 0644
user-goodpassword.page File 4.01 KB 0644
video-dvd-restricted.page File 1.76 KB 0644
video-dvd.page File 2.9 KB 0644
video-sending.page File 3.14 KB 0644
wacom-left-handed.page File 1.42 KB 0644
wacom-map-buttons.page File 1.74 KB 0644
wacom-mode.page File 1.8 KB 0644
wacom-multi-monitor.page File 2.11 KB 0644
wacom-stylus.page File 2.09 KB 0644
wacom-tablet-unknown.page File 1.69 KB 0644
wacom.page File 965 B 0644
Filemanager