Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timokroeger/kbremap
Custom keyboard layouts for windows.
https://github.com/timokroeger/kbremap
dvorak keyboard neo-layout windows
Last synced: 5 days ago
JSON representation
Custom keyboard layouts for windows.
- Host: GitHub
- URL: https://github.com/timokroeger/kbremap
- Owner: timokroeger
- License: apache-2.0
- Created: 2020-11-22T16:06:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T08:25:40.000Z (4 months ago)
- Last Synced: 2024-10-14T07:19:22.082Z (28 days ago)
- Topics: dvorak, keyboard, neo-layout, windows
- Language: Rust
- Homepage:
- Size: 281 KB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `kbremap`
Custom keyboard layouts for Windows.
`config.toml` is a well-commented example configuration for the Dvorak layout.
## Features
* Remap any key to any other key
* Supports Unicode characters, including most Emojis ⌨️🔥
* Virtual layers (e.g., right alt to overlay arrow keys for navigation)
* No installation or administrator rights required
* Double-click on tray icon disables the layout
* Option to run at Windows system startup
* Uses the Windows low-level keyboard hook for maximum compatibility## Features `neo.toml` configuration
* Supports all 6 layers of the [Neo-Layout](https://neo-layout.org/)
* Support for dead keys on Layers 1 and 2 (Pull Requests for Layers 3-6 are welcome)
* Optional QWERTY/QWERTZ layout for shortcuts with CTRL, ALT, and WIN modifiers## Known issues
* Does not work for RDP in full-screen mode (or when "Apply Windows key combinations:
On the remote computer" is set). Using a second instance of kbremap on the remote
machine works fine as workaround.
* Compose key not avaible (yet)## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.