Mercurial > google_bookmarks_incsearch
diff chrome/content/view.html @ 6:ac5648afee47 default tip
change hot key from ctrl to alt.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 23 May 2009 11:56:41 +0900 |
parents | b090002b1814 |
children |
line wrap: on
line diff
--- a/chrome/content/view.html Sat May 23 11:56:02 2009 +0900 +++ b/chrome/content/view.html Sat May 23 11:56:41 2009 +0900 @@ -60,39 +60,39 @@ <p>Shortcut Keys</p> <table> <tr> - <th>[Ctrl]+[Right]</th> + <th>[Alt]+[Right]</th> <td>Next page</td> </tr> <tr> - <th>[Ctrl]+[Left]</th> + <th>[Alt]+[Left]</th> <td>Previous page</td> </tr> <tr> - <th>[Ctrl]+[Down]</th> + <th>[Alt]+[Down]</th> <td>Next bookmark</td> </tr> <tr> - <th>[Ctrl]+[Up]</th> + <th>[Alt]+[Up]</th> <td>Previous bookmark</td> </tr> <tr> - <th>[Ctrl]+[Enter] or [Ctrl]+[m]</th> + <th>[Alt]+[Enter] or [Alt]+[m]</th> <td>Open bookmark</td> </tr> <tr> - <th>[Ctrl]+[e]</th> + <th>[Alt]+[e]</th> <td>Edit bookmark</td> </tr> <tr> - <th>[Ctrl]+[u]</th> + <th>[Alt]+[u]</th> <td>Load bookmarks from Google Bookmarks (sync bookmarks)</td> </tr> <tr> - <th>[Ctrl]+[s]</th> + <th>[Alt]+[s]</th> <td>Open(Close) setting window</td> </tr> <tr> - <th>[Ctrl]+[/]</th> + <th>[Alt]+[/]</th> <td>Show(Close) help (this page)</td> </tr> </table>