Changes between Version 64 and Version 65 of WebInspector


Ignore:
Timestamp:
Jan 23, 2013 10:57:42 AM (11 years ago)
Author:
tony@gonk.net
Comment:

Minor fix (table header cells)

Legend:

Unmodified
Added
Removed
Modified
  • WebInspector

    v64 v65  
    4242
    4343=== Safari ===
    44 ||                                      ||= Mac  =||= Windows / Linux  =||
    45 ||=Show Web Inspector                 =|| ⌥⌘I   || Ctrl-Alt-I         ||
    46 ||=Show Error Console                 =|| ⌥⌘C   || Ctrl-Alt-C         ||
    47 ||=Start Profiling Javascript         =|| ⌥⇧⌘P  || Ctrl-Alt-P        ||
     44||=                             =||= Mac  =||= Windows / Linux  =||
     45||=Show Web Inspector           =|| ⌥⌘I   || Ctrl-Alt-I         ||
     46||=Show Error Console           =|| ⌥⌘C   || Ctrl-Alt-C         ||
     47||=Start Profiling Javascript   =|| ⌥⇧⌘P  || Ctrl-Alt-P        ||
    4848
    4949=== Chrome & Chromium ===
    50 ||=                                   =||= Mac =||= Windows / Linux =||
    51 ||=Show Web Inspector                 =|| ⌥⌘I  || Ctrl-Shift-I      ||
    52 ||=Show Error Console                 =|| ⌥⌘J  || Ctrl-Shift-J      ||
     50||=                             =||= Mac =||= Windows / Linux =||
     51||=Show Web Inspector           =|| ⌥⌘I  || Ctrl-Shift-I      ||
     52||=Show Error Console           =|| ⌥⌘J  || Ctrl-Shift-J      ||
    5353
    5454=== Web Inspector ===
    55 ||=                                   =||= Mac =||= Windows / Linux =||
    56 ||=Next Panel                         =|| ⌘]   || Ctrl-]       ||
    57 ||=Previous Panel                     =|| ⌘[   || Ctrl-[       ||
    58 ||=Toggle Console                     =|| ⎋    || Esc          ||
    59 ||=Focus Search Box                   =|| ⌘F   || Ctrl-F       ||
    60 ||=Find Next                          =|| ⌘G   || Ctrl-G       ||
    61 ||=Find Previous                      =|| ⇧⌘G || Ctrl-Shift-G  ||
     55||=                             =||= Mac =||= Windows / Linux =||
     56||=Next Panel                   =|| ⌘]   || Ctrl-]       ||
     57||=Previous Panel               =|| ⌘[   || Ctrl-[       ||
     58||=Toggle Console               =|| ⎋    || Esc          ||
     59||=Focus Search Box             =|| ⌘F   || Ctrl-F       ||
     60||=Find Next                    =|| ⌘G   || Ctrl-G       ||
     61||=Find Previous                =|| ⇧⌘G || Ctrl-Shift-G  ||
    6262
    6363=== Console ===
    64 ||                                      ||= Mac   =||= Windows / Linux =||
    65 ||=Next Suggestion                    =|| ⇥      || Tab        ||
    66 ||=Previous Suggestion                =|| ⇧⇥     || Shift-Tab ||
    67 ||=Accept Suggestion                  =|| →       || Right     ||
    68 ||=Previous Command / Line            =|| ↑       || Up        ||
    69 ||=Next Command / Line                =|| ↓       || Down      ||
    70 ||=Previous Command                   =|| ⌃P      ||           ||
    71 ||=Next Command                       =|| ⌃N      ||           ||
    72 ||=Clear History                      =|| ⌘K or ⌃L || Ctrl-L   ||
    73 ||=Execute                            =|| ⏎       || Enter     ||
     64||=                             =||= Mac   =||= Windows / Linux =||
     65||=Next Suggestion              =|| ⇥      || Tab        ||
     66||=Previous Suggestion          =|| ⇧⇥     || Shift-Tab ||
     67||=Accept Suggestion            =|| →       || Right     ||
     68||=Previous Command / Line      =|| ↑       || Up        ||
     69||=Next Command / Line          =|| ↓       || Down      ||
     70||=Previous Command             =|| ⌃P      ||           ||
     71||=Next Command                 =|| ⌃N      ||           ||
     72||=Clear History                =|| ⌘K or ⌃L || Ctrl-L   ||
     73||=Execute                      =|| ⏎       || Enter     ||
    7474
    7575=== Elements Panel ===
    76 ||                                      ||= Mac    =||= Windows / Linux =||
    77 ||=Navigate                           =|| ↑ ↓      || Up/Down          ||
    78 ||=Expand/Collapse Node               =|| ← →     || Right/Left        ||
    79 ||=Expand Node                        =|| Double-Click on tag || Double-Click on tag ||
    80 ||=Edit Attribute                     =|| ⏎ or Double-Click on attribute || Enter or Double-Click on attribute ||
     76||=                             =||= Mac    =||= Windows / Linux =||
     77||=Navigate                     =|| ↑ ↓      || Up/Down          ||
     78||=Expand/Collapse Node         =|| ← →     || Right/Left        ||
     79||=Expand Node                  =|| Double-Click on tag || Double-Click on tag ||
     80||=Edit Attribute               =|| ⏎ or Double-Click on attribute || Enter or Double-Click on attribute ||
    8181
    8282=== Styles Pane ===
    83 ||                                      ||= Mac         =||= Windows / Linux =||
     83||=                                   =||= Mac         =||= Windows / Linux =||
    8484||=Edit Rule                          =|| Double-Click  || Double-Click ||
    8585||=Edit Next/Previous Property        =|| ⇥ / ⇧⇥   || Tab/Shift-Tab ||
     
    9292
    9393=== Debugger ===
    94 ||                                     ||= Mac         =||= Windows / Linux =||
    95 ||=Select Next Call Frame             =|| ⌃.           || Ctrl-.           ||
    96 ||=Select Previous Call Frame         =|| ⌃,           || Ctrl-,           ||
    97 ||=Continue                           =|| F8 or ⌘/     || F8 or Ctrl-/     ||
    98 ||=Step Over                          =|| F10 or ⌘'    || F10 or Ctrl-'    ||
    99 ||=Step Into                          =|| F11 or ⌘;    || F11 or Ctrl-;    ||
    100 ||=Step Out                           =|| ⇧F11 or ⇧⌘; || Shift-F11 or Ctrl-Shift-; ||
    101 ||=Evaluate Selection                 =|| ⇧⌘E          || Ctrl-Shift-E     ||
    102 ||=Toggle Breakpoint Condition        =|| Click on line number || Click on line number ||
    103 ||=Edit Breakpoint Condition          =|| Right-Click on line number || Right-Click on line number ||
     94||=                              =||= Mac         =||= Windows / Linux =||
     95||=Select Next Call Frame        =|| ⌃.           || Ctrl-.           ||
     96||=Select Previous Call Frame    =|| ⌃,           || Ctrl-,           ||
     97||=Continue                      =|| F8 or ⌘/     || F8 or Ctrl-/     ||
     98||=Step Over                     =|| F10 or ⌘'    || F10 or Ctrl-'    ||
     99||=Step Into                     =|| F11 or ⌘;    || F11 or Ctrl-;    ||
     100||=Step Out                      =|| ⇧F11 or ⇧⌘; || Shift-F11 or Ctrl-Shift-; ||
     101||=Evaluate Selection            =|| ⇧⌘E          || Ctrl-Shift-E     ||
     102||=Toggle Breakpoint Condition   =|| Click on line number || Click on line number ||
     103||=Edit Breakpoint Condition     =|| Right-Click on line number || Right-Click on line number ||
    104104
    105105