Merge pull request #353 from jamadagni/appswitcher-fix

appswitcher example: add the line actually needed to make this work!
pull/354/head
Gergely Nagy 6 years ago committed by GitHub
commit 526b0e430d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ namespace H = kaleidoscope::hostos;
static bool appSwitchActive = false; static bool appSwitchActive = false;
const macro_t *macroAppSwitch(uint8_t keyState) { const macro_t *macroAppSwitch(uint8_t keyState) {
appSwitchActive = true;
Key mod = Key_LeftAlt; Key mod = Key_LeftAlt;
if (HostOS.os() == H::OSX) if (HostOS.os() == H::OSX)

Loading…
Cancel
Save