All Projects → myshov → Xkbswitch Macosx

myshov / Xkbswitch Macosx

Console keyboard layout switcher for MacOS

Projects that are alternatives of or similar to Xkbswitch Macosx

Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-22.22%)
Mutual labels:  tmux
Newznab Tmux
Laravel based usenet indexer
Stars: ✭ 127 (-11.81%)
Mutual labels:  tmux
Dots
Personal *nix configuration files
Stars: ✭ 136 (-5.56%)
Mutual labels:  tmux
Dotfiles
Dotfiles
Stars: ✭ 117 (-18.75%)
Mutual labels:  tmux
Tmux Config
📗 Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
Stars: ✭ 1,633 (+1034.03%)
Mutual labels:  tmux
Docker Dev
Container images for portable development environments
Stars: ✭ 128 (-11.11%)
Mutual labels:  tmux
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+28347.92%)
Mutual labels:  tmux
Tmux
🧛🏻‍♂️ Dark theme for tmux
Stars: ✭ 138 (-4.17%)
Mutual labels:  tmux
3mux
Terminal multiplexer inspired by i3
Stars: ✭ 1,687 (+1071.53%)
Mutual labels:  tmux
Ergodox Layout
algernon's ErgoDox EZ layout
Stars: ✭ 135 (-6.25%)
Mutual labels:  keyboard-layout
Heytmux
Tmux scripting made easy
Stars: ✭ 118 (-18.06%)
Mutual labels:  tmux
Tmux Cssh
ClusterSSH with tmux
Stars: ✭ 123 (-14.58%)
Mutual labels:  tmux
Setup
Setup a new machine without sudo!
Stars: ✭ 130 (-9.72%)
Mutual labels:  tmux
Tmux Plugin Sysstat
Prints CPU usage, memory & swap, load average, net I/O metrics in Tmux status bar
Stars: ✭ 118 (-18.06%)
Mutual labels:  tmux
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (-4.86%)
Mutual labels:  tmux
Norman
Norman keyboard layout - alternative to QWERTY for touch typing in English
Stars: ✭ 112 (-22.22%)
Mutual labels:  keyboard-layout
Dotfiles
My dotfiles
Stars: ✭ 127 (-11.81%)
Mutual labels:  tmux
Dotfiles And Scripts
🎣 Dotfiles and scripts providing cumbersome configure details and other senseless stuff. 一些无聊的脚本和配置文件
Stars: ✭ 144 (+0%)
Mutual labels:  tmux
Extra Keyboards For Chrome Os
Extra keyboard layouts and input methods for Chrome OS
Stars: ✭ 140 (-2.78%)
Mutual labels:  keyboard-layout
Keypress Osd
This program is an On-Screen Display or a Heads-Up Display for keys. It displays every key press at a clearly visible text size. It is developed for people with poor eye sight. It is meant to aid desktop computer usage. It is especially useful while chatting or for occasional typing. The user no longer has to squint or zoom in the entire screen to see what s/he writes in small text fields.
Stars: ✭ 131 (-9.03%)
Mutual labels:  keyboard-layout

Xkbswitch-macosx

Console keyboard layout switcher for Mac OS X.

The utility for switching current layout in terminal. You can use it whenever you need that functionality (for example, for tmux statusline when one is running in fullscreen terminal). Also you can use it as auxilary utility for vim-xkbswitch plugin for changing the keyboard layout in Mac OS X. The utility should work on all versions of Mac OS X since 10.6.

Vim integration

For integration with vim-xkbswitch you need to install this library and follow instructions from there.

Installation

For installation put executable file from bin directory in any directory in your $PATH variable. For example you can put it into /usr/local/bin with this command (if source files of utility in your Download directory):

$ cp ~/Download/xkbswitch-macosx/bin/xkbswitch /usr/local/bin

Usage:

xkbswitch -g|s [-n|e] [value]
where:
-g - get number of layout
-s - set layout by number of list of layouts
-n - code mode (default mode)
-e - string mode (combine it with -g|s to get current layout name or set layouts by its name)
-l - list all available keyboard layouts (their names)

Examples:

set layout:

$ ./xkbswitch -se RussianWin
$ ./xkbswitch -se US
$ ./xkbswitch -s 2
$ ./xkbswitch -s 1

get current layout:

$ ./xkbswitch -ge
$ ./xkbswitch -g

License

The MIT License (MIT)

Copyright (c) 2015 Alexander Myshov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].