1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 10:55:39 +02:00

NEWS and documentation for previous commit (;i ;I)

This commit is contained in:
Conrad Irwin
2009-05-27 23:43:53 +01:00
parent 54b48868ce
commit 0766b31697
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2009-XX-XX: 2009-XX-XX:
* add :i and :I for opening image location (in new tab)
* version 2.2a1pre * version 2.2a1pre
* IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a> * IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a>
and <C-A> are equivalent, to map the uppercase character use <C-S-A>. and <C-A> are equivalent, to map the uppercase character use <C-S-A>.
+2
View File
@@ -63,6 +63,8 @@ hint mode. Then press [a]24[a] to copy the hint location.
* |;y| [m]y[m] to yank its destination location * |;y| [m]y[m] to yank its destination location
* |;Y| [m]Y[m] to yank its text description * |;Y| [m]Y[m] to yank its text description
* |;c| [m]c[m] to open its context menu * |;c| [m]c[m] to open its context menu
* |;i| [m]i[m] to open an image
* |;I| [m]I[m] to open an image in a new tab.
Hintable elements for all extended hint modes can be set in the Hintable elements for all extended hint modes can be set in the
'extendedhinttags' XPath string. 'extendedhinttags' XPath string.