Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullpipe/xkbswitch
Console keyboard layout switcher for Mac OS X
https://github.com/fullpipe/xkbswitch
Last synced: about 4 hours 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T15:32:53.000Z (8 months ago)
- Last Synced: 2024-03-11T01:27:07.037Z (8 months 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 [email protected]: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
```