[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tab switching in editor window needs shortcut function
From: |
Torsten |
Subject: |
Re: Tab switching in editor window needs shortcut function |
Date: |
Wed, 11 Nov 2015 20:50:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 10.11.2015 11:52, GATZKE, EDWARD wrote:
>
> The Octave GUI needs a function with mappable keyboard shortcut for
> switching between tabs in the editor.
>
> When you have multiple tabs open, you should not have to mouse click to
> switch tabs.
>
> Usually in many apps ctrl-pgup and ctrl-pgdn work to switch left and
> right in the tabs.
>
> I tried putting this into bug tracker as a feature request, but the
> email confirmation never showed up.
>
> Also, finding a way to see both the editor and the command window
> simultaneously would also be terrific...
>
> Thanks! The Windows GUI is much improved. Great stuff.
>
I have pushed changeset
http://hg.savannah.gnu.org/hgweb/octave/rev/7751bd56d0be which provides
the possibility of switching tabs by shortcuts. The default shortcuts
are Ctrl+PgDown and Ctrl+PgUp but they can be changed in the shortcut
tab of the settings dialog.
Torsten