-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support IAI SwyftCard #51
Comments
Sorry about the blue background. Fixed in a19d1d0 |
ROM support for Swyftcard would be best handled upstream, already filed as: AppleWin#130 Which leaves the issue of highlight/selection that I'll have to dig into a bit. Not familiar with Swyftcard at all... |
This issue is open for 11yrs, I doubt it would see light. One person in that mentioned, it is easy to implement and they lack interface, now that we have interface to select cards in slots, if it is all about adding list entry linking existing rom, calling appropriate startup code, can you give a try, ofcourse I'm suggesting without knowing anything. This would eliminate disk based loading and swapping with data disks everytime, also authentic experience.
I will give you quick recap because Swyftcard tutorial and manual will introduce new lingos and might confuse. In a nutshell it is incremental search and cursor based interface, arrow keys and page up / down will not work,
Save or reload new disk with disk command (control-l). Scrolling is achieved by searching for return in other words tapping return key while holding option key, and then using tab to scroll either side, another scroll option is searching for period to scroll sentences, sameway using option + escape search for page / documents. Depending on which option you hold you can change directions. p.s. unrelated, DiskImageHelper.h requrires |
Did some experiments found using two command keys or two option keys, result in freeze, but using alternative like one of the command key as open apple and one of the option key as closed apple results in no freeze. Unfortunately tab key is used for search again and used extensively even to navigate. So using command key either left or right, results in triggering macos application switcher. |
The minizip build error should've been fixed as of be1b29d As for sending the hardware support issue upstream, one of the important goals of this project is to make it easy to accept upstream changes and stay up-to-date, unlike many of the prior attempts to port AppleWin. So while I understand the challenges, it doesn't make sense to maintain such a branch at my level. |
sa2 does better here: Mariani seems to do the same at the level of Keyboard.cpp, but nothing happens... |
Describe the bug
IAI SwyftCard by Jef Raskin converted into bootable disk particularly SwyftCardResurrected.do. SwyftCard does not use arrow keys, so delete by backspace does not work, you have also created an default delete behaviour issue on this. The request is to implement a delete behaviour for backspace or option/config settings for the same. I tried to build it, removed the condition for Option key and made it delete, it worked, but the screen has blue letterbox on top and bottom, how to remove them? I tried to change to release tag source well, but blue bars does not go away.
Another issue,
Swyft has selection/highlight when you tap both solid apple and open apple after a search, the highlight gets freezed everytime, only release after left option key pressed again, this is hard to explain unless one tries
Expected behavior
Start search of text by holding either of option key, e.g. if you have hello world, type, holding option 'o' 'r' 'l', now cursor jumps to wherever you are to 'o' of world, now tap both keys, it will highlight but also next actions like extending highlight or collapsing, or delete will not work, until cursor comes back, cursor will come back if you tap left option again. I have attached screenshots on the same.
Versions (please complete the following information):
Additional context
If possible implement the ROM itself, that would be great
No cursor after highlight,
With Cursor after once again tapping left option,
Letterbox after build,
The text was updated successfully, but these errors were encountered: