You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
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
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.
The text was updated successfully, but these errors were encountered: