rheostat2718 / conemu-maximus5

Automatically exported from code.google.com/p/conemu-maximus5
7 stars 1 forks source link

Shortcut Split:Move splitter leftward: Split (1,-1.0) moves spliiter to the right #1474

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Required information!
OS version: Win7 Enterprise  SP1  x64
ConEmu version: Devel 140114a

*Bug description*
I have assigned the keyboard shortcuts as follow:
Ctrl+Shift+left arrow to move the pane splitter left
Ctrl+Shift+right arrow to move the pane splitter right
Ctrl+Shift+up arrow to move the pane splitter up
Ctrl+Shift+down arrow to move the pane splitter down

At first these shortcuts did work. 
Now 3 of them are still working but on does not.
The shortcut Ctrl+Shift+left moves the splitter to the right. So i have no 
possibility to move the pane splitter left again and must close the pane.

How do i revert this to default without losing all my settings?

Feature request:
Make it possible to move/drag the splitter with the mouse
Create a shortcut to maximize a particular pane.
Terminator for linux dists has this feature on Ctrl-Shift-X
Very convenient.

Cheers

Original issue reported on code.google.com by OemerG...@gmail.com on 16 Feb 2014 at 10:34

GoogleCodeExporter commented 9 years ago
Seems to be fixed?

Original comment by ConEmu.Maximus5 on 10 Apr 2014 at 3:09

GoogleCodeExporter commented 9 years ago
Hey,

recently updated to the latest developer version. Shortcut still behaves wrong!
Is there anything i can do to revert this behaviour? I do not want to lose all 
my settings.

If you need any log files etc...?? Let me know!

Cheers

Original comment by OemerG...@gmail.com on 11 Apr 2014 at 7:46

GoogleCodeExporter commented 9 years ago
I have the same issue with the default key bindings on the latest developer.  
Deleting my XML settings and starting from scratch fixed it.  So then I 
reapplied each setting one by one until the bug reproduced.

Root cause seems to be in the ShowScrollbar setting.  Custom setting of:

<value name="ShowScrollbar" type="hex" data="01"/>

Causes the splitter to always move right.  Changing it back to default value of 
"02" fixes it.

Hope that helps track it down.  Thanks.

Original comment by alex.rya...@gmail.com on 20 Apr 2014 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by ConEmu.Maximus5 on 21 Apr 2014 at 2:52

GoogleCodeExporter commented 9 years ago
This indeed did the trick! Many thanks!

Original comment by OemerG...@gmail.com on 21 Apr 2014 at 4:41