dnicolson / Bluetooth-Keyboard-Enhancer

⌨️ Enables missing functionality on iOS keyboards
15 stars 1 forks source link

Emoji toggles with control + command + arrow-up #4

Open aubreypwd opened 4 years ago

aubreypwd commented 4 years ago

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.

aubreypwd commented 4 years ago

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.

dnicolson commented 4 years ago

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.

dnicolson commented 4 years ago

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?

aubreypwd commented 4 years ago

This is the one I bought. But I bet this applies to any iOS keyboard. Thanks!

dnicolson commented 4 years ago

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

aubreypwd commented 3 years ago

I've opted to go with a Keyboard for MacOS, but thanks for what you've built here!