diff options
author | Jozef Selesi <jozef.selesi@sky.uk> | 2020-03-26 19:12:43 +0000 |
---|---|---|
committer | Jozef Selesi <jozef.selesi@sky.uk> | 2020-04-04 10:59:10 +0100 |
commit | a4de4a3a71e460141b740564ef22d1c79760db4e (patch) | |
tree | f7934df7d7daae99b03441cad8f192aa7dbed033 /README.md | |
parent | 0503e77861fcdfeaf20e1cc06dbc2f49d06bc45b (diff) | |
download | homer-a4de4a3a71e460141b740564ef22d1c79760db4e.tar.gz homer-a4de4a3a71e460141b740564ef22d1c79760db4e.tar.zst homer-a4de4a3a71e460141b740564ef22d1c79760db4e.zip |
Add keyboard shortcuts to navigate to the first search result.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ A dead simple static **HOM**epage for your serv**ER** to keep your services on h | |||
3 | 3 | ||
4 | **Check out the live demo [here](https://homer-demo.netlify.com/).** | 4 | **Check out the live demo [here](https://homer-demo.netlify.com/).** |
5 | 5 | ||
6 | It supports keyboard shortcuts: | ||
7 | |||
8 | * `/` Start searching. | ||
9 | * `Escape` Stop searching. | ||
10 | * `Enter` Open the first matching result (respects the bookmark's `_target` property). | ||
11 | * `Alt`/`Option` + `Enter` Open the first matching result in a new tab. | ||
12 | |||
6 | If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...) | 13 | If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...) |
7 | 14 | ||
8 | ![screenshot](https://raw.github.com/bastienwirtz/homer/master/screenshot.png) | 15 | ![screenshot](https://raw.github.com/bastienwirtz/homer/master/screenshot.png) |