Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```