Skip to content

Commit a4e8707

Browse files
authored
Update README.md
1 parent 0db9f8b commit a4e8707

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `Haka`
2-
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 linux (designed for wayland compositors).
33

44
## build
55
Dependencies
@@ -42,9 +42,20 @@ chmod +x daemon.sh
4242
./daemon.sh
4343
```
4444

45-
46-
4745
Check logs:
4846
```python
4947
journalctl --user -u haka.service -f
5048
```
49+
50+
## Guide
51+
- The files displayed in the selection menu is the `notes/` directory and can be found in the directory containing *haka* executable
52+
53+
### Default KeyBinds
54+
| Key Combination | Binded Task |
55+
|-----------------|-------------|
56+
| *`Ctrl+Alt + C`* | Paste the current selection to the current file |
57+
| *`Ctrl+Alt + P`* | Paste the current selection as an unordered list item to the current file |
58+
| *`Ctrl+Alt + M`* | Opens the file selection menu |
59+
60+
## TODO
61+
- [ ] Switch to gtk(?): to reduce dependencies.

0 commit comments

Comments
 (0)