Skip to content

Commit

Permalink
Fixing p -> ctrl+p
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Jul 19, 2013
1 parent 8ec42c5 commit 524253d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Emperor 0.9.1 (changes since Emperor 0.9.0 go here)
* The "Colors" tab now has a selector, which allows to use the arrows to move between categories.
* Default coloring scheme is discrete.
* Add color pickers for the axes and axes labels.
* To take a screenshot (PNG) of your current visualization you can press `p`.
* To take a screenshot (PNG) of your current visualization you can press `ctrl+p`.
* Export to SVG your visualization.
* Emperor now relies on QIIME 1.7.0.
* Added option `--number_of_segments` to control the quality of all spheres
Expand Down
2 changes: 1 addition & 1 deletion emperor/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def format_emperor_html_footer_string(has_biplots=False, has_ellipses=False,
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down
10 changes: 5 additions & 5 deletions tests/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def test_format_emperor_html_footer_string(self):
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down Expand Up @@ -723,7 +723,7 @@ def test_format_emperor_html_footer_string(self):
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down Expand Up @@ -881,7 +881,7 @@ def test_format_emperor_html_footer_string(self):
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down Expand Up @@ -1042,7 +1042,7 @@ def test_format_emperor_html_footer_string(self):
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down Expand Up @@ -1204,7 +1204,7 @@ def test_format_emperor_html_footer_string(self):
<br>
Create labels? <input id="saveas_legends" class="checkbox" type="checkbox" style="">
<br><br>
For a PNG, simply press 'p'.
For a PNG, simply press 'ctrl+p'.
<br><br>
<div id="pcoaoptions" class="">
<form name="settingsoptions">
Expand Down

0 comments on commit 524253d

Please sign in to comment.