Sponsored Content
Full Discussion: Can't paste in command line.
Top Forums Shell Programming and Scripting Can't paste in command line. Post 302582585 by louboulos on Friday 16th of December 2011 11:46:26 AM
Old 12-16-2011
I don't have a middle click... I'm using touchpad... There has to be another way than middle click. Are there any settings in the console that disable paste? Maybe i did something like that accidentaly...
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Search and paste a line..

Hi everyone, I've never used Unix ever in my life and I just got a summer job that requires me to manipulate Unix =( I'm currently encountering a problem... I need to search for Keyword in a text file, and if I find Keyword , I'll have to output the whole line that contains Keyword into a new... (4 Replies)
Discussion started by: SeanDM
4 Replies

2. Shell Programming and Scripting

copy and paste a specific line

Hi I am having some trouble cut and paste a file based on the content of another file. I have a file called draft. I need to cut and paste its content to another file based on the content of a file called proc.txt The content of proc.txt is like the following:... (7 Replies)
Discussion started by: tiger99
7 Replies

3. Shell Programming and Scripting

How to copy and paste line in shell script

Hi I want to grep for a line and copy and paste that line. for Example ---- file abc.txt ---- host=atlx1 sid=atld1 mail=abc@abc.com host=atlx2 sid=atld2 mail=xyz@abc.com host=atlx3 sid=atld3 mail=def@abc.com host=atlx4 sid=atld4 mail=mno@abc.com --- end of file abc.txt ---- Now I... (16 Replies)
Discussion started by: upsrk
16 Replies

4. Shell Programming and Scripting

paste broken pieces of a record into one line

I am working with a file that has some of the records broken into several lines, I need paste the pieces back into one line. All records should start with numeric id, and presently all lines do start with id. The last field of the record is "telephone", so I need to make sure that each line starts... (1 Reply)
Discussion started by: migurus
1 Replies

5. Shell Programming and Scripting

Vi Editor - How to paste the line concatenated with current line

I generally use yy to copy a line and then p to paste the line at end of current line. But is there a way to paste the copied line in concatenation with the current line with out going to next line. (3 Replies)
Discussion started by: paragkalra
3 Replies

6. Shell Programming and Scripting

Paste every other line?

Hi! I have two files that look like this: File1 A B C D E F ... File2 Z Y X W V U (4 Replies)
Discussion started by: Limmnes
4 Replies

7. UNIX for Dummies Questions & Answers

paste cut and watch in the same line

Dear ULF followers, I'm a newbie in this field (linux :) ), but I want to have some tools to help me in my work. One of them is to know exactely what runs in the cluster from my institute. I notice that using cut and qstat allow me to see the ocupation of the cluster and other usefull things.... (2 Replies)
Discussion started by: radudownload
2 Replies

8. UNIX for Dummies Questions & Answers

vim copy line and paste at the beginning, middle, and end of another line

How would you do vim copy line and paste at the beginning, middle, and end of another line. I know yy copies the whole line and p pastes the whole line, but on its own separate line. Sometimes I would like to copy a line to the beginning, middle, or end of another line. I would think this would be... (3 Replies)
Discussion started by: cokedude
3 Replies

9. Shell Programming and Scripting

Copy some line and paste it after some line in same file

Hi, I want to know how I can copy line 6th to 10th and paste it after 17th line in same file. Thanks, Biplab (19 Replies)
Discussion started by: Biplab
19 Replies
KEYMON(1)							   User Commands							 KEYMON(1)

NAME
Keymon - Keyboard and mouse monitor window for GTK. SYNOPSIS
key-mon [options] OPTIONS
-h, --help show this help message and exit -s, --smaller Make the dialog 25% smaller than normal. -l, --larger Make the dialog 25% larger than normal. -m, --meta Show the meta (windows) key. --nometa Opposite of --meta --mouse Show the mouse. --nomouse Opposite of --mouse --shift Show shift key. --noshift Opposite of --shift --ctrl Show the ctrl key. --noctrl Opposite of --ctrl --alt Show the alt key. --noalt Opposite of --alt --scale=SCALE Scale the dialog. ex. 2.0 is 2 times larger, 0.5 is half the size. Defaults to 1.0 --key-timeout=KEY_TIMEOUT Timeout before key returns to unpressed image. Defaults to 0.5 --mouse-timeout=MOUSE_TIMEOUT Timeout before mouse returns to unpressed image. Defaults to 0.2 --visible-click-timeout=VISIBLE_CLICK_TIMEOUT Timeout before highly visible click disappears. Defaults to 0.2 --decorated Show decoration --nodecorated Opposite of --decorated --backgroundless Show only buttons --nobackgroundless Opposite of --backgroundless --no-press-fadeout=NO_PRESS_FADEOUT Fadeout the window after a period with no key press. Defaults to 0.0 seconds (Experimental) --only_combo Show only key combos (ex. Control-A) --noonly_combo Opposite of --only_combo --sticky Sticky mode --nosticky Opposite of --sticky --visible_click Show where you clicked --novisible_click Opposite of --visible_click --follow_mouse Show the mouse more visibly --nofollow_mouse Opposite of --follow_mouse --kbdfile=KBD_FILE Use this kbd filename. --swap Swap the mouse buttons. --noswap Opposite of --swap --emulate-middle When you press the left, and right mouse buttons at the same time, it displays as a middle mouse button click. --noemulate-middle Opposite of --emulate-middle -v, --version Show version information and exit. -t THEME, --theme=THEME The theme to use when drawing status images (ex. "-t apple"). --list-themes List available themes --old-keys=OLD_KEYS How many historical keypresses to show (defaults to 0) --reset Reset all options to their defaults. --opacity=OPACITY Opacity of window --loglevel=LOGLEVEL Logging level -d, --debug Output debugging information. Shorthand for --loglevel=debug --screenshot=SCREENSHOT Create a "screenshot.png" and exit. Pass a comma separated list of keys to simulate(ex. "KEY_A,KEY_LEFTCTRL"). DESCRIPTON
Keymon is a program to help in teaching or podcasting by showing the current status of the mouse buttons and keyboard. Keymon creates a small, borderless window which always stays topmost and monitors the keystrokes and mouse buttons used at any time in any program. Configuration files are saved in ~/.config/key-mon/. AUTHOR
Written by Scott Kirkwood (scott+keymon@forusers.com) SEE ALSO
Full documentation for keymon is available at http://code.google.com/p/key-mon Send bugs to http://code.google.com/p/key-mon/issues/list Keymon version 1.13. June 2012 KEYMON(1)
All times are GMT -4. The time now is 09:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy