weixin_39710951 2020-11-29 10:52 采纳率: 0%
浏览 0

Shortcuts for switching between Tabs

Originally reported on Google Code with ID 1492


The following patch adds shortcuts to switch between the tabs.

I tried to use GDK_Tab but it does not get handled in RTWindow and EditWindow, so instead
this is using GDK_F7. If anyone could has an insight on how to use standard Tab, please
chime in, as I think it would be a better shortcut.

Tested in single and multiple monitor modes.
Shortcuts:
Ctrl-F7 - next tab
Shift-Ctrl-F7 - previous tab

When in multiple tab modes 
 switching is only between the editor tabs, 
  not the queue and filebrowser, 
   unless in separate window (multi-monitor).

When in single editor modes, 
 switching is between all 3 tabs - FB, Queue, Editor.

Reported by michaelezra000 on 2012-07-14 19:11:39

该提问来源于开源项目:Beep6581/RawTherapee

  • 写回答

8条回答 默认 最新

  • weixin_39710951 2020-11-29 10:52
    关注

    Reported by michaelezra000 on 2012-07-14 19:12:52

    评论

报告相同问题?