Skip to content

Commit

Permalink
Add missing mouse shortcuts in --help
Browse files Browse the repository at this point in the history
Document 4th-click and 5th-click shortcuts.

Fixes #3122 <#3122>
  • Loading branch information
rom1v committed Apr 25, 2022
1 parent 4db9753 commit 326897a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static const struct sc_shortcut shortcuts[] = {
.text = "Click on BACK",
},
{
.shortcuts = { "MOD+s" },
.shortcuts = { "MOD+s", "4th-click" },
.text = "Click on APP_SWITCH",
},
{
Expand Down Expand Up @@ -613,7 +613,7 @@ static const struct sc_shortcut shortcuts[] = {
.text = "Rotate device screen",
},
{
.shortcuts = { "MOD+n" },
.shortcuts = { "MOD+n", "5th-click" },
.text = "Expand notification panel",
},
{
Expand Down

0 comments on commit 326897a

Please sign in to comment.