Changes between Version 20 and Version 21 of Web Inspector


Ignore:
Timestamp:
Oct 25, 2009 6:54:41 AM (14 years ago)
Author:
casey.hattori@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Web Inspector

    v20 v21  
    4242[http://webkit.org/blog/108/yet-another-one-more-thing-a-new-web-inspector Yet another one more thing… a new Web Inspector!][[BR]]
    4343[http://webkit.org/blog/41/introducing-the-web-inspector Introducing the Web Inspector]
     44
     45== Shortcut Keys ==
     46
     47=== Safari ===
     48|| Show Web Inspector                   || ⌥⌘I ||
     49|| Show Error Console                   || ⌥⌘C ||
     50|| Start Profiling Javascript           || ⌥⇧⌘P ||
     51=== Web Inspector ===
     52|| Next Panel                           || ⌘] ||
     53|| Previous Panel                       || ⌘[ ||
     54|| Toggle Console                       || Esc ||
     55|| Focus Search Box                     || ⌘F ||
     56|| Find Next                            || ⌘G ||
     57|| Find Previous                        || ⇧⌘G ||
     58=== Console ===
     59|| Next Suggestion                      || Tab ||
     60|| Previous Suggestion                  || ⇧Tab ||
     61|| Accept Suggestion                    || Right ||
     62=== Styles Pane ===
     63|| Increment/Decrement Value            || Up/Down ||
     64|| Increment/Decrement Value by 10      || ⇧Up/⇧Down ||
     65|| Increment/Decrement Value by 0.1     || ⌥Up/⌥Down ||
     66=== Debugger ===
     67|| Select Next Call Frame On Stack      || ⌃. ||
     68|| Select Previous Call Frame On Stack  || ⌃, ||
     69|| Continue                             || F8 or ⌘/ ||
     70|| Step Over                            || F10 or ⌘' ||
     71|| Step Into                            || F11 or ⌘; ||
     72|| Step Out                             || ⇧F11 or ⇧⌘; ||
     73|| Evaluate Selection                   || ⇧⌘E ||
     74