add keyboard shortcut for cosmic
This commit is contained in:
parent
0f51bdbfd3
commit
9e87d092de
1 changed files with 15 additions and 9 deletions
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
(
|
||||
modifiers: [
|
||||
Alt,
|
||||
],
|
||||
key: "Space",
|
||||
): System(Launcher),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): Disable,
|
||||
key: "l",
|
||||
): System(LockScreen),
|
||||
(
|
||||
modifiers: [
|
||||
Alt,
|
||||
],
|
||||
key: "space",
|
||||
): System(Launcher),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
|
@ -20,6 +21,11 @@
|
|||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
key: "l",
|
||||
): System(LockScreen),
|
||||
): Disable,
|
||||
(
|
||||
modifiers: [
|
||||
Ctrl,
|
||||
],
|
||||
key: "F10",
|
||||
): System(WorkspaceOverview),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue