Skip to content

Commit 7ecfc4b

Browse files
authored
Update README.md
1 parent 332cb4c commit 7ecfc4b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#PYHK
1+
This project is not maintained anymore. There is a Python 3 version here: [https://github.com/FunkMastaZ/pyhk3](https://github.com/FunkMastaZ/pyhk3)
2+
3+
4+
# PYHK
25

36
PYHK is python module that allows for simple hotkey registration in any program.
47
It extends pyhook to have normal hotkey functionality like autohotkey (AHK) scripts.
@@ -31,35 +34,35 @@ hot.addHotkey(['Ctrl', 'Alt','7'],fun)
3134
hot.start()
3235
```
3336

34-
##Documentation
37+
## Documentation
3538
http://www.schurpf.com/python/python-hotkey-module/pyhk-end-user-documentation/
3639

37-
##Old version
40+
## Old version
3841
http://www.schurpf.com/python/python-hotkey-module/#download
3942

40-
##Dependencies
43+
## Dependencies
4144
[Pyhook](http://sourceforge.net/apps/mediawiki/pyhook/index.php?title=Main_Page)
4245

43-
##Links
46+
## Links
4447

4548
http://www.schurpf.com/python/python-hotkey-module/ - Project home page
4649
http://www.schurpf.com/python/python-hotkey-module/pyhk-end-user-documentation/ - End user documentation
4750

48-
##Contact Author
51+
## Contact Author
4952

5053
michael at schurpf dot com
5154
Please write in English or German only.
5255

53-
##Known Issues
56+
##K nown Issues
5457

5558
Python IDLE freezes at times. Best use is to call your script directly from the command line with python YOURSCRIPT.py.
5659

5760
After logout or sleep on some machines the hotkeys get triggered by only pressing the modifiers.
5861

59-
##Alternatives
62+
## Alternatives
6063

6164
[https://github.com/IronManMark20/hooked](https://github.com/IronManMark20/hooked)
6265

63-
##License
66+
## License
6467

6568
Distributed under GNU General Public License version 2.

0 commit comments

Comments
 (0)