Skip to content
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

Keyboard Mappings are not working for Apple Smart Keyboard Folio and iPad Pro 11" 2018 #160

Open
jorycz opened this issue Aug 27, 2024 · 3 comments

Comments

@jorycz
Copy link

jorycz commented Aug 27, 2024

I noticed some HW keyboard mappings are not working in games, so I performed test of keyboard with KEYCHECK.COM from https://www.ers.kestar.com.au/dos.html to check scan codes.

There is no difference if I turn Smart Keyboard Mappings (iPad) in Settings of iDOS 3 to ON or OFF. I killed app between tests when I switch this settings. Latest iPadOS 17.6.1

These mappings are working all the time:

Map CMD-1->0 to F1->F10
Map CMD-Minus to F11
Map CMD-Plus to F12

These mappings not working at all:

Map GRAVE(TILDE) to ESCAPE (CMD-GRAVE = GRAVE)
Map CMD-Left to Home
Map CMD-Right to End
Map CMD-Up to PgUp
Map CMD-Down to PgDn

Comments (Map ...) are taken from DosPadUIApplication.m source file.

@litchie
Copy link
Owner

litchie commented Aug 29, 2024

DosPadUIApplication is no longer used for key mapping.

Please check: https://github.com/litchie/dospad/blob/master/dospad/Main/DPKeyboardManager.m

@jorycz
Copy link
Author

jorycz commented Sep 1, 2024

Noticed also, if I use CMD-4 (like F4, but it seems to be general issue with CMD-) for Edit in Norton Commander (it happens also in Dos Navigator and others), sometimes key combination is "pressed twice", sometimes is combination pressed in loop indefinitely and sometimes is ignored, so I have to press it twice to open file.
I could not fix it unfortunately, I don't have Xcode nor developer account for long time, but I can do some debug, install app from TestFlight if needed, send logs, etc...

@jorycz
Copy link
Author

jorycz commented Oct 24, 2024

Smart Keyboard Mappings (iPad) in iOS Settings of iDOS not working even for Apple Magic Keyboard (model for iPad M2 and older). Bug with “loop pressing” observed on Folio Keyboard appears also when using Magic Keyboard. Can be seen in #159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@litchie @jorycz and others