Patiencer / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Inconsistent behaviour of 2nd keystroke #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproducible with version 1.9.9.7, on WindowsXP Home Edition, SP3. Python
2.6.2 is installed.

It is not clear whether the 2nd keystroke is to compose a sequence or an
alternative.

1) Assigning "Shift+Ctrl+W" and "Shift+Ctrl+W" to "Code Completion" has a
sequence effect, the user has to press this shortcut twice to have the
completion pop-up.

2) Assigning "Shift+Ctrl+W" and (None) to "Code Completion" works as
expected, the user has to press the shortcut once to have the completion
pop-up.

3) Assigning "Ctrl+Space" to "Code Completion" works as expected.

4) Assigning "Ctrl+Space" and "Shift+Ctrl+W" to "Code Completion" doesn't
work as expected, pressing Ctrl+Space only inserts a space, pressing
Shift+Ctrl+W does nothing.

Original issue reported on code.google.com by misch...@gmail.com on 31 May 2009 at 4:10

GoogleCodeExporter commented 9 years ago
In the editor shortcuts, the second keystroke is indeed for defining a sequence 
a
shortcut.  A note in the help file was added.

A note was added in the help file.

I am not sure about case 4 but in any case it is rather contrived.

Original comment by pyscripter on 31 May 2009 at 9:35