Toggle visibility via script

Asked by Sparhawk

Is there a way to toggle the visibility of Terminator via the command line? Currently I have Ctrl+Space assigned to it, and I'm using

    xdotool key --clearmodifiers ctrl+space

However, this is a bit buggy with independent xkb layouts for different keyboards, set by xorg.conf. Is there a direct way to toggle visibility instead?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Boddy
Solved:
Last query:
Last reply:
Revision history for this message
Best Stephen Boddy (stephen-j-boddy) said :
#1

Not as such, no. It should be a fairly simple exercise to add it.
See:
remotinator - Uses dbus to command terminator.
terminatorlib/ipc.py - The dbus guts.

If you feel unable to do this yourself, you could use the "Create bug report" to create a wishlist item for it.

Revision history for this message
Sparhawk (sparhawkthesecond) said :
#2

Thanks for the reply. I had a look, but unfortunately the code is a bit over my head. I've created a bug report here: https://bugs.launchpad.net/terminator/+bug/1424908

Revision history for this message
Sparhawk (sparhawkthesecond) said :
#3

Thanks Stephen Boddy, that solved my question.