xyb3rt / urxvt-perls

Perl extensions for the rxvt-unicode terminal emulator
GNU General Public License v2.0
754 stars 110 forks source link

rebinding clipboard copy/paste keys in urxvt >= 9.20 #78

Closed Konfekt closed 7 years ago

Konfekt commented 7 years ago

The clipboard extension is not deprecated as it allows to rebind the copy and paste keys. The built-in functionality does not, see http://unix.stackexchange.com/questions/294337/rebinding-ctrl-alt-cv-to-ctrl-shift-cv-in-urxvt-9-20

xyb3rt commented 7 years ago

The eval extension shipped with rxvt-unicode has paste_clipboard and selection_to_clipboard actions for this, that can be bound to any keysym.

Konfekt commented 7 years ago

Thanks. Posted at http://unix.stackexchange.com/questions/294337/rebinding-ctrl-alt-cv-to-ctrl-shift-cv-in-urxvt-9-20/329556#329556