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: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
],
|
],
|
||||||
): Disable,
|
key: "l",
|
||||||
|
): System(LockScreen),
|
||||||
|
(
|
||||||
|
modifiers: [
|
||||||
|
Alt,
|
||||||
|
],
|
||||||
|
key: "space",
|
||||||
|
): System(Launcher),
|
||||||
(
|
(
|
||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
|
@ -20,6 +21,11 @@
|
||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
],
|
],
|
||||||
key: "l",
|
): Disable,
|
||||||
): System(LockScreen),
|
(
|
||||||
|
modifiers: [
|
||||||
|
Ctrl,
|
||||||
|
],
|
||||||
|
key: "F10",
|
||||||
|
): System(WorkspaceOverview),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue