RSI - A Lecture
RSI -
Repetitive Strain Injury.
Many people using computers for a long time
develop pains in their fingers or wrists.
Nothing strange about this - You have the same in any area that
demands repetitive, precision movements
- knitting, writers cramp.
The condition is actually very old.
Just to be aware that you are at high risk of this
happening to you.
Things you can do to prevent it developing:
Cut down on hand actions
- Reduce the number of mouse movements.
Learn keyboard shortcuts.
These are normally all listed in the menus.
e.g.:
- In browsers, Ctrl-N or Shift-Click to open new window.
-
In Windows, Alt-Tab to jump to last window,
Win-m to minimise all windows.
-
In UNIX, experiment with different windowed environments.
Get Windows-like list of processes in a bar
along the bottom or side.
Redefine key to raise/lower, maximise/restore window.
- Reduce the number of things you have to type.
-
Cut and paste URLs and code and data.
Never type anything twice (or even once).
Never tell people anything twice (or even once).
Send them URLs instead.
-
Use macros in editing.
Use assisted editors
for HTML, programming languages.
-
Use command-line history in UNIX.
Use wildcards for filenames.
Use filename completion.
-
Write Shell files to automate common tasks.
- In Windows, make shortcuts to frequently used programs.
- Avoid double-click and drag with the mouse.
These, more than anything else,
are the things that cause damage to people's hands.
- Consider whether you are sacrificing your hands to games, social media, etc.
You need your hands for your career.
Maybe outside your career you should develop less hands-intensive hobbies.
-
Basically, figure out what you absolutely need to do on a machine
and maybe drop the other things to give your hands a break.
- Possibly - Don't learn how to type.
Of course, like everyone else (including me), you will
ignore all advice about possible problems
until there is at least some indication
that you have the problem.
- Windows 10:
- Linux (depending on distribution):
- Settings - Universal access - Mouse Keys
- Computer - Control Center - Keyboard - Mouse Keys
- Then can click with numeric keypad as above.
- UNIX:
- Using
Perfect Keyboard,
I can program my keyboard so that:
F1 is single click <mlbd><mlbu>
F2 is double click <m2click>
F3 is right click <mrbd><mrbu>
F7 is drag start <mlbd>
F8 is drag end <mlbu>
I also have things like:
F5 is Alt-Tab <alt><tab><alt>
F9 is Alt-Left (back in browser)
F10 is Alt-Right
F11 is shift-click (open web page in new window)