Skip to content

Commit 90db735

Browse files
committed
Update readme
1 parent a4e8707 commit 90db735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `Haka`
2-
Simply select text, press the key combination, and add it to your file, without cluttering your clipboard buffer with one-time-use text. All using ***`Haka`***, a low level global keyboard event listener for linux (designed for wayland compositors).
2+
Simply select text, press the key combination, and add it to your file, without cluttering your clipboard buffer with one-time-use text. All using ***`Haka`***, a low level global keyboard event listener for Wayland.
33

44
## build
55
Dependencies
@@ -49,13 +49,17 @@ journalctl --user -u haka.service -f
4949

5050
## Guide
5151
- The files displayed in the selection menu is the `notes/` directory and can be found in the directory containing *haka* executable
52+
- The file is opened by default in *[`neovim`](https://github.com/neovim/neovim)*
5253

5354
### Default KeyBinds
5455
| Key Combination | Binded Task |
5556
|-----------------|-------------|
5657
| *`Ctrl+Alt + C`* | Paste the current selection to the current file |
5758
| *`Ctrl+Alt + P`* | Paste the current selection as an unordered list item to the current file |
5859
| *`Ctrl+Alt + M`* | Opens the file selection menu |
60+
| *`Ctrl+Alt + O`* | Opens the file in neovim |
5961

6062
## TODO
6163
- [ ] Switch to gtk(?): to reduce dependencies.
64+
- [ ] Add a config file option for vars.
65+
- [ ] Ignore newlines in selection(?)

0 commit comments

Comments
 (0)