Skip to content

Commit f4ab3cf

Browse files
committed
Describe hotkeys.
1 parent e7d49c7 commit f4ab3cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Debugging, profiling and tracing PHP code with [Xdebug](http://xdebug.org/) is v
55
Xdebug with cookies or adding POST/GET variables is way too hard. This extension will help you to enable/disable
66
debugging, profiling and tracing of your PHP-code easily.
77

8+
Hotkeys
9+
-------
10+
Ctrl+Shift+X (Cmd+Shift+X on Mac) opens the popup.
11+
Alt+Shift+X toggles the debugging state.
12+
813
How to install this extension?
914
------------------------------
1015
**Stable version:** Go to the [Google Chrome Web Store](https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc)

source/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>Introduction</h3>
2727
<img class="inlineicon" alt="" src="images/clock.png" /> Profiling enabled<br />
2828
<img class="inlineicon" alt="" src="images/script.png" /> Tracing enabled
2929
</p>
30-
<p class="hint"><img src="images/lightbulb.png" alt="Tip!" title="Tip!" /> Love hotkeys? Try Ctrl+Shift+X</p>
30+
<p class="hint"><img src="images/lightbulb.png" alt="Tip!" title="Tip!" /> Love hotkeys? Use Ctrl+Shift+X (Cmd+Shift+X on Mac) to open the popup, Alt+Shift+X to toggle the debugging state.</p>
3131

3232
<h3>IDE key</h3>
3333
<p class="note">Select your IDE to use the default sessionkey or choose other to use a custom key.</p>

0 commit comments

Comments
 (0)