Handbook
Glossary
UI browser
Factor handbook
»
UI developer tools
Prev:
UI listener
Next:
UI inspector
The browser is used to display Factor code, documentation, and vocabularies. The browser is opened when a word or article link presentation is clicked. It can also be opened using words:
com-browse
( link -- )
browser-window
( -- )
Toolbar commands
Shortcut
Command
Word
Notes
⌘LEFT
Back
com-back
⌘RIGHT
Forward
com-forward
⌘HOME
Home
com-home
F1
Browser Help
browser-help
⌘F1
Glossary
glossary
Scrolling commands
The browser's scroller can be scrolled from the keyboard.
Shortcut
Command
Word
Notes
UP
Scroll Up
com-scroll-up
DOWN
Scroll Down
com-scroll-down
PAGE_UP
Page Up
com-page-up
PAGE_DOWN
Page Down
com-page-down
Navigation commands
Commands for navigating in the article hierarchy
Shortcut
Command
Word
Notes
⌘UP
Up
com-up
⌘P
Prev
com-prev
⌘N
Next
com-next
⌘K
Show Outgoing Links
com-show-outgoing-links
⇧⌘K
Show Incoming Links
com-show-incoming-links
⌘F
Browser Focus Search
browser-focus-search
⌘[
Back
com-back
⌘]
Forward
com-forward
Multi Touch commands
Shortcut
Command
Word
Notes
Swipe left
Back
com-back
Swipe right
Forward
com-forward
Browsers are instances of
browser-gadget
.