Mobile/Fennec/Cheat Codes: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec
Jump to navigation Jump to search
(o -> q)
(updated for 4.0)
 
Line 1: Line 1:
In addition to the documented [http://mobile.support.mozilla.com/kb/Keyboard+shortcuts Mobile Firefox keyboard shortcuts], the following keyboard commands are useful for developers working on Fennec or addon code.
In addition to the documented [http://support.mozilla.com/en-US/kb/mobile-keyboard-shortcuts Mobile Firefox keyboard shortcuts], the following keyboard commands are useful for developers working on Fennec or addon code.


{| border="1" cellpadding="3"
{| border="1" cellpadding="3"
| Control-Shift-A || debug all critical tiles
| Control-Shift-A || simulate a two-finger swipe from right to left
|-
|-
| Control-Shift-B || dump an ASCII graphic of the tile map
| Control-Shift-D || simulate a two-finger swipe from left to right
|-
|-
| Control-Shift-D || debug dump
| Control-Shift-S || simulate a two-finger swipe from top to bottom
|-
|-
| Control-Shift-F || free memory by clearing a tab.
| Control-Shift-W || simulate a two-finger swipe from bottom to top
|-
|-
| Control-Shift-I || toggle info click mode
| Control-Shift-P || (non-Maemo only) simulate pinch-zooming in
|-
|-
| Control-Shift-L || restart lazy crawl
| Control-Shift-M || open the Android menu
|-
|-
| Control-Shift-M || fix mouseout
| Control-Shift-Q || (desktop only) toggle between "portrait" and "landscape"
|-
| Control-Shift-P || debug tiles in pool order
|-
| Control-Shift-Q || toggle orientation (portrait/landscape) - new in 1.1
|-
| Control-Shift-R || reset visible rect
|-
| Control-Shift-T || debug given list of tiles separated by space
|-
| Control-Shift-Z || set zoom level to 1
|}
|}

Latest revision as of 23:14, 8 March 2011

In addition to the documented Mobile Firefox keyboard shortcuts, the following keyboard commands are useful for developers working on Fennec or addon code.

Control-Shift-A simulate a two-finger swipe from right to left
Control-Shift-D simulate a two-finger swipe from left to right
Control-Shift-S simulate a two-finger swipe from top to bottom
Control-Shift-W simulate a two-finger swipe from bottom to top
Control-Shift-P (non-Maemo only) simulate pinch-zooming in
Control-Shift-M open the Android menu
Control-Shift-Q (desktop only) toggle between "portrait" and "landscape"