Haim Daniel hdaniel@redhat.com
9aab1d8643
Add support for terminal and tab edit title key binding.
...
Currently the only way of changing either active terminal title or active tab
title is by mouse clicking on them.
The suggested fix adds support for keybinding for each action, thus providing
a potential productivity increase from user's perspective.
The suggested default key layouts are:
* edit terminal title '<Alt>F2'.
* edit tab title '<Alt><Shift>F2'
This fixes issue: https://bugs.launchpad.net/terminator/+bug/1417747
2015-10-26 15:46:39 +02:00
Stephen Boddy
da4db8b9c2
Global setting for changing the titlebar font (partially from Eli Zor branch), but expanded and improved (docs/GUI), plus some minor fixup from this.
2015-07-10 21:36:33 +02:00
bryce
0cf2b98a0f
Fix crash when capslock pressed while editing a tab title
...
Ensure the 'focus out' event is caught by gtkentry.
Fixes: lp #1313761
2015-06-01 18:15:30 -07:00
Chris Jones
9d2fb4b95c
Improve button handling of EditableLabel. Closes LP#1092775
2013-01-30 11:27:01 +00:00
Chris Jones
70ab3b0f71
Store terminal titles in layouts
2010-04-22 23:14:03 +01:00
Chris Jones
8e0c5aacbc
pylint fix, add a docstring
2010-03-02 20:37:52 +00:00
Chris Jones
bfb3bec7d4
Set foreground colour properly, this was missed from the epic-refactor work
2010-02-11 22:14:07 +00:00
Chris Jones
606ca3707b
Extend previous commit to cover the titlebar itself, which previously would suffer subtle focus failures
2010-01-12 01:05:53 +00:00
Chris Jones
602c6a3b57
Make title changes propagate better, albeit not perfectly yet
2009-12-10 13:20:03 +00:00
Chris Jones
d5ff98211c
Swap out some noop code for pylint suppression
2009-09-06 23:52:58 +01:00
Chris Jones
799d508708
Make _entry_handler_id not be a static class attribute because it doesn't need to be
2009-09-03 09:03:37 +01:00
Chris Jones
846e0c0fff
Emit a signal when editing is done
2009-09-03 00:51:46 +01:00
Chris Jones
187484271c
clean up EditableLabel
2009-09-02 20:43:45 +01:00