Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread tom ehlert via Freedos-user
Hallo Herr tsiegel--- via Freedos-user, am Donnerstag, 8. Februar 2024 um 23:41 schrieben Sie: > On 2/8/2024 3:34 PM, tom ehlert via Freedos-user wrote: >> only problem would be that your typin speed is now limited to 1 haracter per >> e.g. 500 milliseconds. >> not very practical. > Not at

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Jerome Shidel via Freedos-user
Hi Ralf, > On Feb 9, 2024, at 2:16 PM, Ralf Quint via Freedos-user > wrote: > > Are you guys trying to have DOS behave like macOS?  > > Beside that any trickery with the keyboard controller would only work on an > AT keyboard, where the controller chip is actually on the motherboard of the

[Freedos-user] How To Install FreeDOS 1.3 To a Huge SD Card Without the Need of Another Installation Drive-Manual Installation Without Using the Installer.

2024-02-09 Thread Sabina Zelená-Yahoo! Mail . Hub via Freedos-user
Title: Webpage not available Greetings,I needed to do,what is in the following howto,so I just tested this method as working & consulted with Mr.Hall,who advised to share my experience & howto based on it with the rest of the FreeDOS community,so for the other users I will

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Ralf Quint via Freedos-user
On 2/9/2024 11:25 AM, Thomas Cornelius Desi wrote: Well, if it would work, changing the keyboard should be an easy task. / E bay has c a couple of accessible AT Keyboards ) Thanks for considering the problem! Well, a XT/PC keyboard will only work with an XT or PC, and an AT keyboard will

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
Piotr, do you mean https://en.wikipedia.org/wiki/DOSKEY ? Thomas > On 09.02.2024, at 20:18, Thomas Cornelius Desi via Freedos-user > wrote: > > Hi Piotr, > > yes, interesting idea. I can live with such a solution. > > I don’t know any words in German beginning with a double letter ;)

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
Well, if it would work, changing the keyboard should be an easy task. / E bay has c a couple of accessible AT Keyboards ) Thanks for considering the problem! Thomas > On 09.02.2024, at 20:16, Ralf Quint via Freedos-user > wrote: > > Are you guys trying to have DOS behave like macOS?  > >

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
HI, > On 09.02.2024, at 19:31, Jerome Shidel via Freedos-user > wrote: > > The driver could include “accessibility” support. When enabled, do things > like disable autorepeat and AUTOSHIFT letters when the key is held down. is this available? best, Thomas

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
Hi Piotr, yes, interesting idea. I can live with such a solution. I don’t know any words in German beginning with a double letter ;) So - let me know, how can I implement this to us it in my text editor (VED Text editor by preference) Is it a macro or how does it work? Best, Thomas >

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Ralf Quint via Freedos-user
Are you guys trying to have DOS behave like macOS?  Beside that any trickery with the keyboard controller would only work on an AT keyboard, where the controller chip is actually on the motherboard of the computer, and thus accessible with an I/O port, on XT/PC keyboards the controller is in

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
Hi Eric, I only now saw your earlier email with your detailed ideas how to approach the question. I would only need letters a-z to be shifted. > On 08.02.2024, at 23:18, Eric Auer via Freedos-user > wrote: > But if you > are happy with just the most mainstream keys acting in that > "long

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Jerome Shidel via Freedos-user
Well, If I were making something to support typing those extra/alternate characters, the driver would probably behave like this… Normal typing and continuous key press would behave as normal. This includes key repeating at the set typographic rate. I would implement some of the techniques

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Eric Auer via Freedos-user
Hi! So it would need a »timer« to count from pressed key to released. if >500 ms, it should send an ASCII We understood that. But be aware that you normally set the typematic function to start typing MULTIPLE characters after a selectable delay of between 250 and (at most) 1000 msec. So if

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Thomas Cornelius Desi via Freedos-user
Yes, if I release the key under e.g. 500 Milliseconds, it would be the lower case letter, if I hold it 500 ms and more, it would return a Upper case (shifted) letter. So it would need a »timer« to count from pressed key to released. if >500 ms, it should send an ASCI example uppercase A =

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Eric Auer via Freedos-user
Hi! Indeed I was hinting at "manipulating 40:17 does not automatically sync the physical LED, but we might not care for auto shift anyway". Regarding your idea to show shift LED status on screen, check out the old LOCKTONE with audible feedback: https://auersoft.eu/soft/ Regards, Eric

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Bret Johnson via Freedos-user
> It has been a very long time. But, if I recall correctly, I’m fairly sure > you > can programmatically change the LEDs as well. But, I don’t recall the > details. But, I might have code sitting around somewhere that has that > functionality. The LED status is contained in the BIOS Data

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Bret Johnson via Freedos-user
> is it possible in DOS (using BIOS?) to implement a tsr or so which allows the > following: > > holding a key longer to return a SHIFT-key on screen? > > Example: > > press key »a« and HOLD the key for e.g. 500 milliseconds, > => print shift-a = »A« on screen. You might be able to do

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread tsiegel--- via Freedos-user
On 2/8/2024 3:34 PM, tom ehlert via Freedos-user wrote: Hallo Herr Thomas Cornelius Desi via Freedos-user, am Donnerstag, 8. Februar 2024 um 13:18 schrieben Sie: Hi, is it possible in DOS (using BIOS?) to implement a tsr or so which allows the following: holding a key longer to return a