Closed gotjoshua closed 3 years ago
partial workaround:
but i have no way to use ALT_T nor GUI_T
That's very odd behavior. Do you have any other keyboards running QMK that have the same issue?
Also, does it do with this Right Alt and Right Gui keycodes? or Only Left.
Have you tried clearing EEPROM on the keyboard?
That's very odd behavior.
I do totally agree! I am running a hackintosh (so maybe its something with that)
Right Alt and Right Gui
unfortunately both.
I have a bluetooth keyboard (not running QMK) that works fine, and is usually off.
i uninstalled Karabiner and USBoverdrive (to be sure they were not interfering)
also just noticed that '~
is sending ESC, but also works correctly if wrapped in a modifier like LGUI(KC_GRV)
i have 2 things i'd like to try
Have you tried clearing EEPROM on the keyboard?
well i clicked that button on qmk toolkit, but got no feedback that it did anything... is there another way to do that?
also re-flashed many times in my troubleshooting frenzy
Because you're using configurator, I think adding a RESET keycode to your keymap is the simplest option. Add the keycode to a layer then reflash.
Once your keyboard is running, press RESET and then unplug and replug the keyboard and your eeprom should be reset.
This kind of problem is one of the reasons we don't promote bootmagic because it causes footguns.
we don't promote bootmagic because it causes footguns
i'm afraid that's a bit over my head... can you translate?
press RESET and then unplug and replug the keyboard and your eeprom should be reset.
tried this twice (and at least the keyboard stopped responding until i replugged),
but same situation:
The KC_GRV thing (` ~) is especially odd as both ESC ~ special key and wrapped in a MOD or _T both work
KC_GRV is broken on mac. I think this is documented, it's because it conflicts with a built in key binding on the MacOS. Not sure what's going on with your keyboard. You could also check your modifier settings in the keyboard control panel.
On Thu, Jul 1, 2021 at 11:28 AM gotjoshua @.***> wrote:
press RESET and then unplug and replug the keyboard and your eeprom should be reset.
tried this twice, but same:
- pure ALT presses don't get to the OS
- ~ sends ESC
- GUI only works when wrapped (like i show in the workaround above)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/qmk/qmk_configurator/issues/943#issuecomment-872460457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARLSU6QUI5KGBZRKTOZMC3TVSXUVANCNFSM47U2NI4Q .
-- "We do not learn so much by our successes as we learn by failures -- our own and others'. Especially if we see the failures properly corrected." -- Frank Lloyd Wright
Not sure what's going on with your keyboard.
Me neither! is there a good way to debug this stuff closer to the bits... i mean how can i see what happens in the arduino controller when i press ALT and nothing comes through to the Karabiner-EventViewer ?
You could also check your modifier settings in the keyboard control panel.
this i did and tried some work arounds, but nothing helps as the pure ALT does nothing : (
I assume either it is something with recent changes to the compiler and/or something weird with my big sur hackintosh.
Let's see if anyone else starts reporting issues or finding this one... If not, then I guess I'll need to settle for my workarounds.
Many Many thanks for your time and support!
Since we're not able to duplicate this on any machine except the reporter, I may close this one.
Describe the Bug
GUI and GUI_T are sending ALT ("option") ALT alone sends nothing
I am using one of these: https://falba.tech/customize-your-keyboard/customize-your-ergodox/
weirdly enough, if i put GUI inside a GUI_T (the one next to space in this ss) i get the inner GUI on tap, but ALT on hold!
for the far left key in the ss, holding sends nothing, but tap sends ALT.
Additional Context?