Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fixes #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xombrero.1
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ The address is then entered manually.
The mouse can be used to navigate the page in the traditional manner,
or the keyboard can be used instead.
For example,
.Cm PageUp
.Cm Page_Up
and
.Cm PageDown
.Cm Page_Down
will scroll up and down the page.
.Pp
To follow a link,
Expand Down Expand Up @@ -278,7 +278,7 @@ Top of page
.It Cm Space, C-f, PageDown
Page down
.Pq Cm scrollpagedown
.It Cm C-b, PageUp
.It Cm C-b, Page_Up
Page up
.Pq Cm scrollpageup
.It Cm l, Right
Expand Down Expand Up @@ -344,10 +344,10 @@ Destroy current tab
.It Cm U
Undo close tab
.Pq Cm tabundoclose
.It Cm C-Left, C-PageUp
.It Cm C-Left, C-Page_Up
Go to the previous tab
.Pq Cm tabprevious
.It Cm C-Right, C-PageDown
.It Cm C-Right, C-Page_Down
Go to the next tab
.Pq Cm tabnext
.It Cm C-[1..9]
Expand Down
6 changes: 3 additions & 3 deletions xombrero.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
# default_script = ~/.xombrero/playflash.sh

# "user_agent" can be set to just about anything, for a comprehensive
# list see: http://www.useragentstring.com/pages/All/ . If more than one
# "user_agent" is given, then xombrero will use them in a round-robin
# fashion for each request.
# list see: http://www.useragentstring.com/pages/useragentstring.php .
# If more than one "user_agent" is given, then xombrero will use them
# in a round-robin fashion for each request.
#
#user_agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
#user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Expand Down