0
votes
1answer
105 views

Precedent for terminal key bindings for Windows or Mac Cmd key

Unix terminals send ASCII codes below 32 for Ctrl + another key, and have at least two ways of sending "meta" (viz. either prefixing code 27 or setting the high bit of an ASCII character). Is there a ...
1
vote
1answer
241 views

xterm select text with keyboard that is anywhere in window

Is there a way to select and copy text anywhere in terminal(xterm) window(that is, not only current shell line, but also output from previous commands) using only keyboard?
0
votes
6answers
343 views

adding keyboard shortcuts for OSX terminal or xterm

Is there a way to add a keyboard shortcut for a terminal command in OSX. Basically most of the times i open the terminal app in MAC in order to ssh into a certain server foo. What I want to do is add ...
0
votes
2answers
411 views

How to navigate in OpenSolaris without a mouse?

I have a machine with OpenSolaris. After I have logged in, it seams like I have to use a mouse to start an xterm console (or some other application). How can I navigate in the graphical environment ...