zerin108 / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Ctrl-Shift key combos not working for letter keys #378

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add the following lines to .inputrc (everything else is commented out):
"\x81": beginning-of-line
"\xC2\x81": beginning-of-line
2. start mintty on cygwin

What is the expected output? What do you see instead?
hitting ctrl + shift + a does not go to the beginning of the line, instead 
nothing happens

What versions of mintty, Cygwin/MSYS, and Windows are you using?
$ mintty --version
mintty 1.1.2
(C) 2012 Andy Koppe
License GPLv3+: GNU GPL version 3 or later
There is no warranty, to the extent permitted by law.
$ uname -r
1.7.17(0.262/5/3)

Please provide any additional information below.

Original issue reported on code.google.com by simonz...@gmail.com on 14 Mar 2013 at 4:12

GoogleCodeExporter commented 8 years ago
Maybe you've got the Ctrl+Shift+letter shortcuts enabled on the Keys page of 
the options, in which case those combinations are swallowed by mintty.

Original comment by andy.koppe on 14 Mar 2013 at 4:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You're right, I thought what that did was enable Ctrl+Shift key presses
So is there no way to have both shortcuts and key presses enabled?
I would still like Ctrl + Shift + c and Ctrl + Shift + v as copy & paste

Original comment by simonz...@gmail.com on 14 Mar 2013 at 5:20

GoogleCodeExporter commented 8 years ago
Nope, it's one or the other, I'm afraid. All Ctrl+Shift+letter combinations are 
reserved for mintty's use when the shortcuts are enabled, so as not to break 
people's setups if more are ever added. For example, Ctrl+Shift+A should 
arguably do Select All.

If you're really keen, you could disable the Ctrl+Shift+letter shortcuts and 
use AutoHotKey to map Ctrl+Shift+C/V to Ctrl+Ins and Shift+Ins.

Original comment by andy.koppe on 15 Mar 2013 at 1:07