Bug 68227
| Summary: | cannot paste with "shift-insert" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Dams <dnade> |
| Component: | vte | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | limbo | CC: | 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
You could always just change the default paste binding to Shift+Insert instead of Control+Shift+v ... 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 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. 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. If we want shift+insert to paste PRIMARY (even by default), it can be overridden in gnome-terminal's key bindings. Double-aaargh. I meant "If we want it to paste CLIPBOARD", it can be overridden at the gnome-terminal level with a keybinding. |