> ^QJ is goto line How does that work in every program?
Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
11–20 of 27 posts
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#12I started using these keys on WordStar 3.3 and TurboPascal 3. I probably haven't used these keys for decades, but it's funny how they're engraved in my brain.
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#13> ^QJ is goto line How does that work in every program?
xkb: https://github.com/berwynhoyt/wordstar-keys/blob/main/xkb/ws...
xremap: https://github.com/berwynhoyt/wordstar-keys/blob/main/xremap...
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#14> Arrow keys are the bane of keyboard life. You constantly have to lift your hands off the touch-typing home keys to move around your software file Or you can purchase a programmable keyboard with customizable chords such as an Ergodox keyboard.
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#15You can do this in fvwm too.
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#16They aren't a good answer, we can do better
Capslock is a bad prefix, it's a lateral pinky key, why not use a thumb key like right alt?
> ^Q acts as a prefix,
That's another pinky bad one
> ^E/^X moves up/down
But JK exist and are on the home row! Or use inverted T, that's still be better as for 3 cursor keys out of 4 you wouldn't need to shift fingers
> ^KY yank (i.e. cut) block
Parenthesesized explanation suggests little benefit from this unclear naming mnemonic, so better to either use the more widespread X to rely on muscle memory or a better located key vs a diagonal one (which X also accidentaly is)
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#17> Arrow keys are the bane of keyboard life. You constantly have to lift your hands off the touch-typing home keys to move around your software file Or you can purchase a programmable keyboard with customizable chords such as an Ergodox keyboard.
Not on laptops unless you use them with an external monitor and mouse.
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#18> ^QJ is goto line How does that work in every program?
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#19From my memory: ^Y delete line / ^KB & ^KK block begin & end / ^KC & ^KY block copy & delete / "c^PH," for the "ç" character / etc. I started using these keys on WordStar 3.3 and TurboPascal 3. I probably haven't used these keys for decades, but it's funny how they're engraved in my brain.
Re: Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb
#20I only know Wordstar as being the text editor GRR Martin uses to write on his DOS machine: https://www.theverge.com/2014/5/14/5716232/george-r-r-martin...
Wordstar was the dominant word processor because it was designed from the ground up to be as portable as possible, which made it available on a wide variety of 80s home computers, particularly those running CP/M. Eventually that portability came to hurt it, because eventually everyone was running DOS, and Wordstar couldn't take advantage of DOS's unique environment, and so WordPerfect came along and ate its lunch.
In what sense? I came from a CP/M environment, and Wordstar transferred just fine to DOS.
Funnily enough, I tried Word Perfect and Word for DOS at about the same time. Word's way of doing things just made sense to me, while Word Perfect was always 'that weird word processor'. At the time, I was in the minority, but I guess I've been vindicated by history.