-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are KC_MEDIA_EJECT & KC_MEDIA_SELECT correct? #82
Comments
It looks like this is a known issue with the eject key - that's all the info I have on it right now :/ |
Thanks, this is actually discussed in tmk/tmk_keyboard#250 I tried to use F20 as suggested but that does not work: it sends the AudioMicMute. Gnome3 even recognises and apparently mutes the microphone, but I cannot find where this is configured. Anyway I think this is Linux-specific as Freedesktop remapped a Mac Mic-Mute to F20: https://bugs.freedesktop.org/show_bug.cgi?id=54171 |
Eject does not work though, see qmk#82 and tmk/tmk_keyboard#250
- Reset the config when we reset the keymap On FF the route change doesn't fire unlike Chrome. - switch from changeLayout to switchKeyboardLayout so it resets the status pane and reload the readme
* Keychron K8 - Added ISO UK config and keymap. * Move original config_led file to default keymap to leave default keymap unchanged. * Add config_led files to iso_uk keymap. Co-authored-by: Anndrew Shepherd <[email protected]>
Currently trying to reproduce the TypeMatrix 2030 on my ErgoDox EZ.
fn+F6 on the TM is mapped to "eject". I tried to use the
KC_MEDIA_EJECT
for this but it does not seem to send the correct keycode. I am working on Ubuntu, here is the output ofxev
with those keys:TM 2030:
(note that this works with the default Gnome3 keyboard shortcut – it ejects the CD tray)
ErgoDox EZ:
Also, I was curious about what was
KC_MEDIA_SELECT
so I added it to my keymap. Here is what it gives:So Ubuntu recognises it as a "Tools" key. In fact, the default action on Gnome3 for this key is to open the Gnome Settings.
The text was updated successfully, but these errors were encountered: