Pentadactyl: Difference between revisions
From charlesreid1
(Created page with "Notes on pentadactyl. First, go here for help: dactyl://help =Basics= Most common shortcuts: * open a new tab * move cursor to address bar * move cursor to search bar * cop...") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
First, go here for help: dactyl://help | First, go here for help: dactyl://help | ||
Most common shortcuts: | Most common shortcuts: | ||
| Line 18: | Line 16: | ||
Here they are in Pentadactyl. | Here they are in Pentadactyl. | ||
==Open a new tab== | =Tabs and Locations= | ||
==Open in this tab== | |||
To open a location in the current tab: | |||
<pre> | |||
o | |||
</pre> | |||
which is short for | |||
<pre> | |||
:o | |||
</pre> | |||
and start typing the URL. | |||
==Open in new tab== | |||
To open a location in a new tab: | |||
<pre> | |||
t | |||
</pre> | |||
which is short for | |||
<pre> | |||
:tabopen | |||
</pre> | |||
and will open a new tab with whatever location you feed it. | |||
==Open This Location In This Tab== | |||
If you want to populate the open dialog with your current location: | |||
<pre> | |||
O | |||
</pre> | |||
which is short for: | |||
<pre> | |||
:o [this url] | |||
</pre> | |||
==Open This Location In New Tab== | |||
To populate a tabnew command with the current URL, you can run | |||
<pre> | |||
T | |||
</pre> | |||
which is short for | |||
<pre> | |||
:tabnew [this url] | |||
</pre> | |||
==Open Search Prompt in This Tab== | |||
To open a google search prompt in this tab, type lower case s: | |||
<pre> | |||
s | |||
</pre> | |||
which is short for | |||
<pre> | |||
:open google [search term] | |||
</pre> | |||
==Open Search Prompt in New Tab== | |||
To open a google search prompt in a new tab, type capital S: | |||
<pre> | |||
S | |||
</pre> | |||
whcih is short for | |||
<pre> | |||
:tabopen google [serach term] | |||
</pre> | |||
Latest revision as of 21:04, 25 July 2015
Notes on pentadactyl.
First, go here for help: dactyl://help
Most common shortcuts:
- open a new tab
- move cursor to address bar
- move cursor to search bar
- copy/paste text into address/search fields
- copy/paste text into text fields
- edit text in text fields
- switch between tabs
- open history
- open downloads
Here they are in Pentadactyl.
Tabs and Locations
Open in this tab
To open a location in the current tab:
o
which is short for
:o
and start typing the URL.
Open in new tab
To open a location in a new tab:
t
which is short for
:tabopen
and will open a new tab with whatever location you feed it.
Open This Location In This Tab
If you want to populate the open dialog with your current location:
O
which is short for:
:o [this url]
Open This Location In New Tab
To populate a tabnew command with the current URL, you can run
T
which is short for
:tabnew [this url]
Open Search Prompt in This Tab
To open a google search prompt in this tab, type lower case s:
s
which is short for
:open google [search term]
Open Search Prompt in New Tab
To open a google search prompt in a new tab, type capital S:
S
whcih is short for
:tabopen google [serach term]