Created attachment 912862 [details] Backported patch Description of problem: Vte sends the same sequences for Ctrl + Home / Ctrl + End keys as for Home / End: Ctrl + Home: \eOH Ctrl + End: \eOF Home: \eOH End: \eOF So it's impossible for apps to distinguish Ctrl / non Ctrl variants or even workaround this somehow. For example Midnight commander uses these keys in its default binding and the functions binded to Ctrl + Home / End are not available. Vte upstream recently patched 3.x to send correct sequences (https://bugzilla.gnome.org/show_bug.cgi?id=600659). In Fedora there are packages which needs vte 2.x and this functionality is broken there. Version-Release number of selected component (if applicable): vte-0.28.2-10.fc20 How reproducible: Always Steps to Reproduce: 1. Check the sequences sent by terminal for Ctrl + Home / End Actual results: Ctrl + Home: \eOH Ctrl + End: \eOF Expected results: Ctrl + Home \e[1;5H Ctrl + End \e[1;5F Additional info:
Created attachment 912863 [details] Escapes before application of the patch
Created attachment 912864 [details] Escapes after application of the patch You can see that nothing else was brokon by the patch.
Looks good. Will push builds here in a bit.
vte-0.28.2-12.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/vte-0.28.2-12.fc20
Package vte-0.28.2-12.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing vte-0.28.2-12.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7851/vte-0.28.2-12.fc20 then log in and leave karma (feedback).
vte-0.28.2-13.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/vte-0.28.2-13.fc20
vte-0.28.2-13.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.