https://github.com/fullpipe/xkbswitch
Console keyboard layout switcher for Mac OS X
https://github.com/fullpipe/xkbswitch
Last synced: 9 months ago
JSON representation
Console keyboard layout switcher for Mac OS X
- Host: GitHub
- URL: https://github.com/fullpipe/xkbswitch
- Owner: fullpipe
- License: mit
- Created: 2024-03-09T23:59:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T15:32:53.000Z (over 2 years ago)
- Last Synced: 2025-01-20T17:36:06.711Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console keyboard layout switcher for Mac OS X
## Install
```bash
git clone git@github.com:fullpipe/xkbswitch.git
cd xkbswitch
make && sudo mv xkbswitch /usr/local/bin
```
## Usage
```bash
xkbswitch # prints com.apple.keylayout.ABC
xkbswitch com.apple.keylayout.ABC # sets up keyboard layout to com.apple.keylayout.ABC
```