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
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
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)
Merge pull request #5 from jackhumbert/master
Sync with upstream
Refactor the source layer cache encoding