Bug 68227

Summary: cannot paste with "shift-insert"
Product: [Retired] Red Hat Public Beta Reporter: Dams <dnade>
Component: vteAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: limboCC: dnade, hp, noa-bugzilla-redhat, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-28 01:55:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 67218    

Description Dams 2002-07-08 10:58:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020625

Description of problem:
I'm not able to paste with the "shift-insert" shortcut with gnome-terminal. All
other terminal (xterm, rxvt, gnome-terminal from gnome1..) have this shortcut..

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. gnome-terminal &
2. select something with the mouse
3. try to paste it with "shift-insert"
	

Actual Results:  the shortcut only print "~".

Expected Results:  The mouse-selection should be pasted.

Additional info:

Comment 1 Havoc Pennington 2002-07-08 19:10:19 UTC
You could always just change the default paste binding to Shift+Insert instead
of Control+Shift+v ...

Comment 2 Daniel Resare 2002-08-22 10:17:13 UTC
The 'edit' -> 'paste' shortcut can not be used, since it is another 'paste' than
the one in rxvt/xterm/gnome-terminal-1. That one works on selections (like an
alias to mouse-button-3) not on the clipboard as the menu item works.

More info over at http://www.jwz.org/doc/x-cut-and-paste.html

Comment 3 Nalin Dahyabhai 2002-08-28 01:57:05 UTC
This should be fixed in vte-0.8.4 and later -- unless bound to another action in
gnome-terminal, Shift+Insert will paste the contents of the PRIMARY clipboard,
the same way that xterm, kterm, and hanterm do.

Comment 4 Owen Taylor 2002-08-28 14:47:01 UTC
Aaargh. Shift-insert is the CUA binding for Paste; if it is 
bound to anything by default, it needs to be bound to 
Paste CLIPBOARD. Making it possible for the user to
bind a "paste primary" in gnome-terminal would be a fine
addition. Binding shift-insert to paste-primary by default
is simply wrong.




Comment 5 Nalin Dahyabhai 2002-08-28 19:10:15 UTC
If we want shift+insert to paste PRIMARY (even by default), it can be overridden
in gnome-terminal's key bindings.

Comment 6 Nalin Dahyabhai 2002-08-28 19:12:49 UTC
Double-aaargh.  I meant "If we want it to paste CLIPBOARD", it can be overridden
at the gnome-terminal level with a keybinding.