HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/trac_theflexguy_com_trac/trac/prefs/templates/prefs_keybindings.html
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude">
  <xi:include href="prefs.html" />
  <head>
    <title>Keyboard Shortcuts</title>
  </head>
  <body>

    <div class="field">
      <input type="hidden" name="accesskeys_cb" value="" />
      <label>
        <input type="checkbox" name="accesskeys" value="1"
               checked="${settings.session.get('accesskeys') or None}" />
        Enable access keys
      </label>
      <p class="hint">This site provides keyboard shortcuts for faster
      access to certain functions of this site. As these shortcuts can
      cause conflicts with shortcuts provided by the desktop system or
      web browser, they are disabled by default. See
      <a href="${href.wiki('TracAccessibility')}">TracAccessibility</a>
      for more information on access keys.</p>
    </div>

  </body>
</html>