Bluetooth-Keyboard-Enhancer
Bluetooth-Keyboard-Enhancer copied to clipboard
Emoji toggles with control + command + arrow-up
In Sublime Text 3 control + command + arrow-up
moves a line up, but now it's toggling the emoji popup and is not triggering the proper command.
Emoji popup shows with control + command + space
normally, but is also responding to the above.
Note this may be a flaw with using an iOS keyboard on a Mac, as when I disabled the service, control + command + arrow up
still does not work. Re-connecting my previous keyboard brought the functionality back. I wonder if that's another fix this product could fix.
I'm able to reproduce this with the up arrow key, the other arrow keys don't seem to be affected.
Interestingly without bke
running Control-Command-Down
works but not Control-Command-Up
on the iOS keyboard.
I'm not sure this can be fixed with software, based on the IOHIDValueGetIntegerValue
value both key combinations appear to be the same.
What keyboard do you have?
This is the one I bought. But I bet this applies to any iOS keyboard. Thanks!
This is the one I bought (when it was on Amazon), it appears to be the same as this which is the same brand as yours. They all seem to be manufactured by Airoha.
I did a test using the xev
command on Linux and Control-Command-Down
is recognised:
Control-Command-Down.txt
But Control-Command-Up
strangely sends Control
and Command
twice instead of Up
:
Control-Command-Up.txt
I've opted to go with a Keyboard for MacOS, but thanks for what you've built here!