Adding invert patch
This commit is contained in:
parent
4966f31256
commit
d26b46ffa7
8 changed files with 62 additions and 0 deletions
|
|
@ -358,6 +358,9 @@ static Shortcut shortcuts[] = {
|
|||
#if ISO14755_PATCH
|
||||
{ TERMMOD, XK_I, iso14755, {.i = 0} },
|
||||
#endif // ISO14755_PATCH
|
||||
#if INVERT_PATCH
|
||||
{ TERMMOD, XK_X, invert, { 0 } },
|
||||
#endif // INVERT_PATCH
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue