fix hotkey

This commit is contained in:
quenousimporte 2024-10-08 10:05:22 +02:00
parent f064242acf
commit 3c47b5e507
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<form action="note.php" method="GET" id="note"></form>
<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">
<br>
<input placeholder="search..." autofocus autocomplete="off" class="title" name="filter" value="<?php echo $filter; ?>" form="home">

View File

@ -13,7 +13,7 @@ No javascript.
| Home page | action | hotkey |
|-----------------------------|----------------------------------|--------|
| 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 |
| Note page | action with param | hotkey |