= 2) $lang = $matches[1];
else $lang = "en";
preg_match("/^.*?([^\/.]+)\./", $_SERVER['REQUEST_URI'], $matches);
if (count($matches) >= 2) $name = $matches[1];
else $name = "index";
include("project_nav.$lang.html");
?>
- 2007-07-06 ver 0.1.14 Adding focus jumping keys
- 2007-06-20 ver 0.1.13 Supporting Firefox 2.0 .
- 2006-08-28 ver 0.1.12
Fixing some bugs, including Gmail rich textarea problem
- 2006-01-13 ver 0.1.10 Adding Japanese messages
- 2006-01-12 ver 0.1.9 Adding an icon
- 2006-01-11 ver 0.1.8 Supporting Mozilla Suite again
- 2006-01-08 ver 0.1.7 Frame switching keys are added.
- 2005-12-24 ver 0.1.6 Supporting Firefox 1.5 .
Keyboard friendly navigation for Firefox.
mozless provide less-like keybindings.
less is a pager or text viewer in console widely used in Linux.
Currently, following keybindings are supported.
Main keys
vi and lynx keys are mixed,
with mozless original keys.
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
| O (not zero but Oo.)
| Toggle Free move mode and Focus mode.
This mode affects each function of some keys.
Initial default mode is Free move mode, and
the default mode can be selected by the option setting.
|
| | Free move mode | Focus mode |
| H or LEFT
| Scroll to left | Jump to the left link
|
| J or DOWN
| Scroll down a line | Jump to the lower link
|
| K or UP
| Scroll up a line | Jump to the upper link
|
| L or RIGHT
| Scroll to right | Jump to the right link
|
| U
| Scroll up half a page
|
| I
| Scroll down half a page
|
less keys
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
SPACE
| B | Scroll up a page |
| F | Scroll down a page |
| SPACE | Scroll down a page |
| D | Scroll down half a page |
| G | Scroll to the top of the page |
| Shift+G | Scroll to the bottom of the page |
Emacs keys
To enable those keys,
check the 'Use Emacs keys' checkbox in the Options dialog of mozless.
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
| Ctrl+P | Same as UP |
| Ctrl+N | Same as DOWN |
| Ctrl+B | Same as LEFT |
| Ctrl+F | Same as RIGHT |
| Ctrl+J | Same as DOWN |
| Ctrl+V | Scroll down a page |
w3m keys
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
| Shift+B | GoBack |
| Shift+F | GoForward |
| Shift+R | Reload |
| Shift+S | Stop |
| Shift+H | GoHome |
| Shift+U | FocusURLBar (OpenLocation) |
Tab and frame management keys
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
| T | Open the homepage in new tab |
| M | Prev tab |
| , | Next tab |
| . | Open the link in new tab |
| W | Prev frame |
| E | Next frame |
The first frame is focused automatically in a multi-framed page.
Other keys
Q W E R T Y U I O P
A S D F G H J K L ;
Z X C V B N M , . /
| Home | Scroll to the top of the page |
| End | Scroll to the bottom of the page |
| PageUp | Scroll up a page |
| PageDown | Scroll down a page |
| Q | Close (CloseTabOrWindow) |
| Shift+Q | CloseWindow |
| N | FindNext |
| Shift+N | FindPrevious |
| V | Open the bookmark |
| Ctrl+; | Jump to a text field |
| Ctrl+Shift+; | Jump to a text field, reverse order |