Skip to content

Commit

Permalink
MouseClickRowSettings: Allow to select back and forward buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Oct 4, 2023
1 parent 4a46a64 commit 4c92c99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class MouseClickRowSettings extends Gtk.Grid {
this.buttonCombo.append('1', _('Left click'));
this.buttonCombo.append('3', _('Right click'));
this.buttonCombo.append('2', _('Middle click'));
this.buttonCombo.append('8', _('Back'));
this.buttonCombo.append('9', _('Forward'));
this.buttonCombo.active_id = gesture?.actionSettings?.button ?? '1';

// On begin/end combo
Expand Down

0 comments on commit 4c92c99

Please sign in to comment.