Merge lp://staging/~stephen-j-boddy/terminator/feature-easier-grouping into lp://staging/terminator/trunk
Proposed by
Stephen Boddy
Status: | Merged |
---|---|
Merge reported by: | Chris Jones |
Merged at revision: | not available |
Proposed branch: | lp://staging/~stephen-j-boddy/terminator/feature-easier-grouping |
Merge into: | lp://staging/terminator/trunk |
Diff against target: |
153 lines (+62/-11) 3 files modified
terminatorlib/terminal.py (+36/-1) terminatorlib/terminator.py (+13/-8) terminatorlib/titlebar.py (+13/-2) |
To merge this branch: | bzr merge lp://staging/~stephen-j-boddy/terminator/feature-easier-grouping |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Terminator | Pending | ||
Review via email: mp+111748@code.staging.launchpad.net |
Description of the change
There are two group improvements here.
1) When editing a group the edit widget is filled with the current group, and the label is hidden.
2) Power grouping features:
Ctrl-Button1 on group button of non-focused terminal will join focused group. Second click will clear group of non-focused terminal
Shift-Button1 on group button of any terminal will edit that terminals group
In both cases adding the additional Super key modifier will include the group siblings of the clicked terminal.
To post a comment you must log in.