Layout preview generated on keyboard-layout-editor.com.
First version of a bepo (french layout based on Dvorak rules) keymap.
Merge pull request #246 from romanzolotarev/master
Add a new layout with arrows in the home row
Merge pull request #244 from nicosuave/add_nico_planck_keymap
Add nico keymap
Merge pull request #236 from tak3over/master
Minor Doc Changes.
Merge pull request #247 from NoahAndrews/fix-path-script
Fix important bugs in the path script for Windows
Merge pull request #232 from IBNobody/master
Added Error Checking to 2nd Setup Script
Added admin privilege check
Running this as a non-administrator appears to work at first, but the
changes wouldn't stick on my Win 8.1 system. It's weird, but this
script needs to run as admin.
Remove failing check
NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second
script is run
another modification of layers, restored arrow keys and added cut/paste
Merge pull request #182 from Vifon/modifier-release-fix
Fix the layer-dependent modifiers handling
Merge pull request #239 from DidierLoiseau/issue-221
Fix issue #221: LGUI(KC_LSFT) does not work
Merge pull request #215 from nrrkeene/master
Added proper documentation
Merge pull request #238 from alexjj/master
Submitting my ergodox EZ layout
switched raise and lower layers
Fix issue #221: LGUI(KC_LSFT) does not work
on mod keys, register LGUI, LSFT etc. as normal mods
instead of weak mods:
- they won't be cleared when pressing another key (#188)
- they won't be cleared by layer switching
- LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)