fix hotkey
This commit is contained in:
parent
f064242acf
commit
3c47b5e507
|
@ -31,7 +31,7 @@
|
||||||
<form action="note.php" method="GET" id="note"></form>
|
<form action="note.php" method="GET" id="note"></form>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<input type="submit" name="new" value="new" accesskey="o" form="note">
|
<input type="submit" name="new" value="new" accesskey="n" form="note">
|
||||||
<input type="submit" name="download" value="download" accesskey="d" form="home">
|
<input type="submit" name="download" value="download" accesskey="d" form="home">
|
||||||
<br>
|
<br>
|
||||||
<input placeholder="search..." autofocus autocomplete="off" class="title" name="filter" value="<?php echo $filter; ?>" form="home">
|
<input placeholder="search..." autofocus autocomplete="off" class="title" name="filter" value="<?php echo $filter; ?>" form="home">
|
||||||
|
|
|
@ -13,7 +13,7 @@ No javascript.
|
||||||
| Home page | action | hotkey |
|
| Home page | action | hotkey |
|
||||||
|-----------------------------|----------------------------------|--------|
|
|-----------------------------|----------------------------------|--------|
|
||||||
| press enter in search field | full text search | alt-s |
|
| press enter in search field | full text search | alt-s |
|
||||||
| new | create new note | alt-o |
|
| new | create new note | alt-n |
|
||||||
| download | download all notes in a zip file | alt-d |
|
| download | download all notes in a zip file | alt-d |
|
||||||
|
|
||||||
| Note page | action with param | hotkey |
|
| Note page | action with param | hotkey |
|
||||||
|
|
Loading…
Reference in New Issue