Skip to content

Commit

Permalink
Add support for a second keybind per action
Browse files Browse the repository at this point in the history
Modifying code:
 - terminatorlib/config.py
 - terminatorlib/keybindings.py
 - terminatorlib/plugin.py
 - terminatorlib/preferences.glade
 - terminatorlib/prefseditor.py
 - terminatorlib/terminal_popup_menu.py
 - terminatorlib/window.py

Modifying test:
 - tests/test_prefseditor_keybindings.py

Updating documentation in doc/* to reflect dual keybinding options

Updating translation files in po/*

Closes gnome-terminator#371
  • Loading branch information
rcalixte committed Feb 9, 2024
1 parent b47f7d0 commit 1a562f7
Show file tree
Hide file tree
Showing 95 changed files with 36,938 additions and 31,708 deletions.
7 changes: 4 additions & 3 deletions doc/terminator.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'\" t
.\" Title: terminator
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.18
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2023-04-01
.\" Manual: Manual for Terminator
.\" Source: Terminator
Expand Down Expand Up @@ -181,7 +181,8 @@ replace hide keyboad shortcut.
.SH "KEYBINDINGS"
.sp
The following default keybindings can be used to control Terminator.
Most of these keybindings can be changed in the Preferences.
Most of these keybindings can be changed in the Preferences. Up to
two keybindings can be set per action.
.sp
\fBF1\fP
.RS 4
Expand Down Expand Up @@ -482,4 +483,4 @@ Terminator was written by Chris Jones <[email protected]> and others.
This manual page was written by Chris Jones <[email protected]> and others.
.SH "SEE ALSO"
.sp
\fBterminator_config\fP(5)
\fBterminator_config\fP(5)
5 changes: 3 additions & 2 deletions doc/terminator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Start with a maximised window.
Start with a fullscreen window.

*-b*, *--borderless*::
Instruct the window manager not to render borders/decoration on the
Instruct the window manager not to render borders/decorations on the
Terminator window (this works well with --maximise).

*-H*, *--hidden*::
Expand Down Expand Up @@ -115,7 +115,8 @@ replace hide keyboad shortcut.

== KEYBINDINGS
The following default keybindings can be used to control Terminator.
Most of these keybindings can be changed in the Preferences.
Most of these keybindings can be changed in the Preferences. Up to
two keybindings can be set per action.

*F1*::
Launches the full HTML manual.
Expand Down
Loading

0 comments on commit 1a562f7

Please sign in to comment.