Skip to content

[patch] Allow multiple modifiers for easy_click

Submitted by Michael Vogt

Assigned to Olivier Fourdan @olivier

Link to original bug (#9617)

Description

I use <control><alt> as the modifier for easy_click. Its possible to do that right now using "control><alt" in the easy_click xml field as the source adds "<" and ">" around the modifier and lets gtk_accelerator_parse deal with it.

But it would be nice to not have to do that, the attached tiny patch allows "<Control><Alt>" in the XML directly. If you agree I can look at a UI for this (also I personally don't need one).

Patch 4788, "Small patch to skip "<>" if the string starts with "<" already":
0001-allow-multiple-modifiers-in-easy_click.patch

Edited by Yousuf Philips