On 12/30/2013 08:13 PM, Michael Heydekamp wrote:
Can you try to reproduce on Win7 (32/64)?
Works for me on Win7. There's however one explanation. Are you using numeric keypad? I don't have it on my laptop.
That would explain the issue, because key codes 107 and 109 are still used for thread collapse/expand action. I suppose this is for backward compat., but because we support left/right arrow keys for the same function, I think we could remove Ctrl + +/- handling.
See line 1174-1175 of program/js/list.js file.