Changes between Version 3 and Version 4 of WebInspector


Ignore:
Timestamp:
Apr 14, 2010 8:48:45 AM (14 years ago)
Author:
apavlov@chromium.org
Comment:

Add Win/Linux shortcuts

Legend:

Unmodified
Added
Removed
Modified
  • WebInspector

    v3 v4  
    4747
    4848=== Safari ===
    49 || Show Web Inspector                   || ⌥⌘I ||
    50 || Show Error Console                   || ⌥⌘C ||
    51 || Start Profiling Javascript           || ⌥⇧⌘P ||
     49||                                      || Mac  || Win/Linux ||
     50|| Show Web Inspector                   || ⌥⌘I || Ctrl-Alt-I ||
     51|| Show Error Console                   || ⌥⌘C || Ctrl-Alt-C ||
     52|| Start Profiling Javascript           || ⌥⇧⌘P || Ctrl-Alt-P ||
    5253=== Web Inspector ===
    53 || Next Panel                           || ⌘] ||
    54 || Previous Panel                       || ⌘[ ||
    55 || Toggle Console                       || Esc ||
    56 || Focus Search Box                     || ⌘F ||
    57 || Find Next                            || ⌘G ||
    58 || Find Previous                        || ⇧⌘G ||
     54||                                      || Mac || Win/Linux ||
     55|| Next Panel                           || ⌘] || Ctrl-] ||
     56|| Previous Panel                       || ⌘[ || Ctrl-[ ||
     57|| Toggle Console                       || Esc || Esc ||
     58|| Focus Search Box                     || ⌘F || Ctrl-F ||
     59|| Find Next                            || ⌘G || Ctrl-G ||
     60|| Find Previous                        || ⇧⌘G || Ctrl-Shift-G ||
    5961=== Console ===
    60 || Next Suggestion                      || Tab      ||
    61 || Previous Suggestion                  || ⇧Tab     ||
    62 || Accept Suggestion                    || Right    ||
    63 || Previous Command / Line              || Up       ||
    64 || Next Command / Line                  || Down     ||
    65 || Previous Command                     || ⌃P       ||
    66 || Next Command                         || ⌃N       ||
    67 || Clear History                        || ⌘K or ⌃L ||
    68 || Execute                              || Return   ||
     62||                                      || Mac      || Win/Linux ||
     63|| Next Suggestion                      || Tab      || Tab ||
     64|| Previous Suggestion                  || ⇧Tab     || Shift-Tab ||
     65|| Accept Suggestion                    || Right    || Right ||
     66|| Previous Command / Line              || Up       || Up ||
     67|| Next Command / Line                  || Down     || Down ||
     68|| Previous Command                     || ⌃P       || ||
     69|| Next Command                         || ⌃N       || ||
     70|| Clear History                        || ⌘K or ⌃L || Ctrl-L ||
     71|| Execute                              || Return   || Enter ||
    6972=== Elements Panel ===
    70 || Navigate                             || Up/Down ||
    71 || Expand/Collapse Node                 || Right/Left ||
    72 || Expand Node                          || Double-Click on tag ||
    73 || Edit Attribute                      || Return or Double-Click on attribute ||
     73||                                      || Mac     || Win/Linux ||
     74|| Navigate                             || Up/Down || Up/Down ||
     75|| Expand/Collapse Node                 || Right/Left || Right/Left ||
     76|| Expand Node                          || Double-Click on tag || Double-Click on tag ||
     77|| Edit Attribute                      || Return or Double-Click on attribute || Enter or Double-Click on attribute ||
    7478=== Styles Pane ===
    75 || Edit Rule                            || Double-Click ||
    76 || Edit Next/Previous Property          || Tab/⇧Tab ||
    77 || Insert New Property                  || Double-Click on whitespace ||
    78 || Increment/Decrement Value            || Up/Down ||
    79 || Increment/Decrement Value by 10      || ⇧Up/⇧Down ||
    80 || Increment/Decrement Value by 10      || PageUp/PageDown ||
    81 || Increment/Decrement Value by 100      || ⇧PageUp/⇧PageDown ||
    82 || Increment/Decrement Value by 0.1     || ⌥Up/⌥Down ||
     79||                                      || Mac          || Win/Linux ||
     80|| Edit Rule                            || Double-Click || Double-Click ||
     81|| Edit Next/Previous Property          || Tab/⇧Tab || Tab/Shift-Tab ||
     82|| Insert New Property                  || Double-Click on whitespace || Double-Click on whitespace ||
     83|| Increment/Decrement Value            || Up/Down || Up/Down ||
     84|| Increment/Decrement Value by 10      || ⇧Up/⇧Down || Shift-Up/Shift-Down ||
     85|| Increment/Decrement Value by 10      || PageUp/PageDown || PageUp/PageDown ||
     86|| Increment/Decrement Value by 100      || ⇧PageUp/⇧PageDown || Shift-PageUp/Shift-PageDown ||
     87|| Increment/Decrement Value by 0.1     || ⌥Up/⌥Down || Alt-Up/Alt-Down ||
    8388=== Debugger ===
    84 || Select Next Call Frame               || ⌃. ||
    85 || Select Previous Call Frame           || ⌃, ||
    86 || Continue                             || F8 or ⌘/ ||
    87 || Step Over                            || F10 or ⌘' ||
    88 || Step Into                            || F11 or ⌘; ||
    89 || Step Out                             || ⇧F11 or ⇧⌘; ||
    90 || Evaluate Selection                   || ⇧⌘E ||
    91 || Toggle Breakpoint Condition          || Click on line number ||
    92 || Edit Breakpoint Condition            || Right-Click on line number ||
     89||                                      || Mac || Win/Linux ||
     90|| Select Next Call Frame               || ⌃. || Ctrl-. ||
     91|| Select Previous Call Frame           || ⌃, || Ctrl-, ||
     92|| Continue                             || F8 or ⌘/ || F8 or Ctrl-/ ||
     93|| Step Over                            || F10 or ⌘' || F10 or Ctrl-' ||
     94|| Step Into                            || F11 or ⌘; || F11 or Ctrl-; ||
     95|| Step Out                             || ⇧F11 or ⇧⌘; || Shift-F11 or Ctrl-Shift-; ||
     96|| Evaluate Selection                   || ⇧⌘E || Ctrl-Shift-E ||
     97|| Toggle Breakpoint Condition          || Click on line number || Click on line number ||
     98|| Edit Breakpoint Condition            || Right-Click on line number || Right-Click on line number ||