tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

key-shortcuts.ftl (1997B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # Key pressed to open a toolbox with the default panel selected
      6 devtools-commandkey-toggle-toolbox = I
      7 # Alternative key pressed to open a toolbox with the default panel selected
      8 devtools-commandkey-toggle-toolbox-f12 = VK_F12
      9 # Key pressed to open the Browser Toolbox, used for debugging Firefox itself
     10 devtools-commandkey-browser-toolbox = I
     11 # Key pressed to open the Browser Console, used for debugging Firefox itself
     12 devtools-commandkey-browser-console = J
     13 # Key pressed to toggle on the Responsive Design Mode
     14 devtools-commandkey-responsive-design-mode = M
     15 # Key pressed to open a toolbox with the inspector panel selected
     16 devtools-commandkey-inspector = C
     17 # Key pressed to open a toolbox with the web console panel selected
     18 devtools-commandkey-webconsole = K
     19 # Key pressed to open a toolbox with the debugger panel selected
     20 devtools-commandkey-jsdebugger = Z
     21 # Key pressed to open a toolbox with the network monitor panel selected
     22 devtools-commandkey-netmonitor = E
     23 # Key pressed to open a toolbox with the style editor panel selected
     24 devtools-commandkey-styleeditor = VK_F7
     25 # Key pressed to open a toolbox with the performance panel selected
     26 devtools-commandkey-performance = VK_F5
     27 # Key pressed to open a toolbox with the storage panel selected
     28 devtools-commandkey-storage = VK_F9
     29 # Key pressed to open a toolbox with the DOM panel selected
     30 devtools-commandkey-dom = W
     31 # Key pressed to open a toolbox with the accessibility panel selected
     32 devtools-commandkey-accessibility-f12 = VK_F12
     33 # Key pressed to start or stop the performance profiler
     34 devtools-commandkey-profiler-start-stop = VK_1
     35 # Key pressed to capture a recorded performance profile
     36 devtools-commandkey-profiler-capture = VK_2
     37 # Key pressed to toggle the JavaScript tracing
     38 devtools-commandkey-javascript-tracing-toggle = VK_5