I had a student at one point when I was TAing who ran some modified Ubuntu UI that has vim keybindings. All I know is that he could run his entire computer (or at least the vast, vast majority of it) using vim-like keyboard commands. It was… something. It even integrated with his web browser and other applications that have their own keybindings.
Huh. I knew could press Ctrl-Esc for the Windows key, and that F10 by itself worked like pressing the Alt key, but I never learned that shortcut.
Back when I was still on Windows (before my hard drive semi-crashed), I remapped the Menu key to use as a modifier so I could type in IPA. Using Shift-F10 for the menu function would have been handy. (Though I did eventually map it where the Menu key counted as pressed if I didn’t press any other key with it.)
From the advent of windows thru Office 2003, all of the shortcut keys were the same. I rarely used a mouse in office as I knew a significant portion of the shortcut keys. Since my hands were already on the keyboard, it was much faster put a finger on <Ctrl> or <Alt> & simultaneously press the appropriate key for the desired function. If I ever meet the douche who changed it all in Orifice 2007, I will beat him within an [del]inch[/del] micron of his life. Oh, I won’t kill the little pecker, I want him to suffer from the pain of Every. Single. Bone in his body being broken…for starters. :mad: :mad: :mad:
Train your dog to use his paw to operate the mouse instead of his mouth.
When I first started working at the Pentagon as a contractor tech, there was a guy I shadowed for a week or two so I could learn how to get places and what I was expected to do. He rarely, if ever, used a mouse, and his fingers were so quick it was hard to follow along.
You know when you open a command-prompt window (a console window)? And you want to paste some text at the command prompt? And you right-click and select “paste”?
How do you do that without a mouse?
Ctrl-V, surely?
Most or all of the standard keyboard shortcuts don’t work in a Command Prompt window, since the Command Prompt window tries to emulate a plain old pre-Windows DOS system. (Similarly in Linux.) But there is that menu at the top of the window, which may have an “Edit” option on it. You might be able to open that menu using any of the above-described methods for opening menus. If the E of Edit is underlined, try Alt-E. If you can get the Edit menu to open, you can select Cut, Copy, or Paste as desired from it.
heh I remember as a kid a mouse was 60 dollars extra and the salesman told me they were on the way out because nothing used it at the time … then win 3.1 came out
Sadly, no.
Ctrl-V at the command prompt places a Ctrl-V character there (displayed as ^V).
Remember, in the plain-old plain-text plain-DOS days, every program (e.g., text editor, word processor, spread sheet, etc.) had its own command set and its own set of control-key, function-key, and alt-key commands. Programs often came with a printed template you could lay on your keyboard to identify the special functions. Every program had its own distinct template. Picture of a template for Word Perfect
Over a period of some years, some limited degree of standardization began to emerge. Control-V commonly meant “toggle insert-mode on/off”, in any program or application that involved text or data entry or editing.
The link just above came from this site, which also has a lot of screen shots of various old-style DOS and DOS-like applications.