Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nigh/I-wanna-clean-keyboard
Block the keyboard input while you were eating instant noodles on your laptop keyboard.
https://github.com/Nigh/I-wanna-clean-keyboard
ahk autohotkey hotkeys keyboard scripting-language tool webgui windows
Last synced: 3 months ago
JSON representation
Block the keyboard input while you were eating instant noodles on your laptop keyboard.
- Host: GitHub
- URL: https://github.com/Nigh/I-wanna-clean-keyboard
- Owner: Nigh
- License: mit
- Created: 2014-10-25T07:56:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T07:09:09.000Z (5 months ago)
- Last Synced: 2024-06-28T14:32:26.119Z (4 months ago)
- Topics: ahk, autohotkey, hotkeys, keyboard, scripting-language, tool, webgui, windows
- Language: HTML
- Homepage:
- Size: 1.17 MB
- Stars: 623
- Watchers: 6
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- starred - Nigh/I-wanna-clean-keyboard - Block the keyboard input while you were eating instant noodles on your laptop keyboard. (HTML)
README
https://github.com/Nigh/I-wanna-clean-keyboard/assets/1407471/a51c57e5-773a-4ff4-8fcd-cd9337d9bf4e
`iwck` could block the keyboard input while you were eating, writing or cleaning the key on your laptop keyboard...
`iwck`可以帮助你在笔记本键盘上吃泡面、做笔记或者擦键盘时屏蔽键盘的输入。## usage
- press `Block` to block or unblock your keyboard input.
点击 `Block` 切换屏蔽状态
- press `Exit` to unblock your keyboard input and exit the app.
点击 `Exit` 解除屏蔽并退出
- click the title `iwck` to drag the window.
点击标题 `iwck` 可以拖动窗口位置## history
- `2023.07.26`
- migrating to AHK v2.0.4
- use the [Neutron.ahk](https://github.com/G33kDude/Neutron.ahk.git) instead of the GDIp
- `2020.05.25`
- migrating to AHK v2-alpha
- use the [new GDI+ lib](https://github.com/mmikeww/AHKv2-Gdip) instead of the old one
- change to dark style
- `2014.10.25`
- first release