OOPKSC - Out Of Place Keyboard Shortcuts
-
I just wish Win10 was better at running 16 bit apps: Ami Pro was so much better than Word - and it was so tiny! :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
OriginalGriff wrote:
Win10 was better at running 16 bit apps
For what it's worth, I use VirtualBox to run an MS-DOS virtual machine in order to build a certain [very damned old] product using Microsoft C 6.0. I'm sure you could do the same to run Ami Pro ;).
Software Zen:
delete this;
-
Isn't that the "spawn SkyNet™" hot key?
Software Zen:
delete this;
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
Just make the computer use the control sequences/shortcuts you want. I'm an old fart and I have the WordStar shortcuts/control sequences embedded in my brain. So for a couple of decades I only used editors that were configurable enough to continue to use the WordStar sequences. I also remapped the keyboard after IBM changed the control key location (to put it back to where it belonged). Now a days I just use AutoHotKey to let every editor/word processor I use, use the WordStar controls. Word, Code Composer Studio, Visual Studio, NotePad++, jEdit, etc. They all use the WordStar sequences when my AutoHotKey script is active.
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
What drives me crazy is that Ctrl+Z for UNDO has a perfectly logical Shift+Ctrl+Z for REDO. Why doesn't everything - what is this stupid Ctrl+Y for, half-way across the keyboard?
- I would love to change the world, but they won’t give me the source code.
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
Speaking of OLD software shortcuts you had to learn and use, I still remember the WordStar shortcuts to mnark a block of text: You had to use Ctrl+KB to mark the "blocK Beggining", then Ctrl+KK to mark the blocK end(K?), finally Ctrl+KC for blocK Copying. Oh! the good days of word processors in DOS!
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
Not out of place but just plain mia on windows, multiple copy and paste buffers "ayy "byy It used to be so easy to edit multiple files in unix and paste in sets of changes rather than just work backwards and forwards ok, so I am mixing operating systems but I have been windows based for 15 or more years and I still miss this functionality There are always third party utilities but I prefer to keep the use of these to a minimum and it should just be baked in and breathe...
-
PF4 / Gold-PF4 delete line / undelete line. (If I recall correctly.)
Wow, that was the EDT command on DEC VT terminals... We had mostly paper terminals EX
-
Wow, that was the EDT command on DEC VT terminals... We had mostly paper terminals EX
Yuppers. :D Sadly, my VT220 went zap. Trying to use EDT in an emulator is frustrating, but at least I have one that emulates Gold pretty well.
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.
You know what drives me mad? When I try to use Ctrl+Y to redo and it deletes a line. Not only do I lose that line but I lose all the code that I've just undone with Ctrl+Z. :doh: I've changed the key mapping on my computer but I was helping a friend with his code the other day and managed to delete a load of it :~
-
IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.