31 lines
500 B
Text
31 lines
500 B
Text
{
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
key: "l",
|
|
): System(LockScreen),
|
|
(
|
|
modifiers: [
|
|
Alt,
|
|
],
|
|
key: "space",
|
|
): System(Launcher),
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
key: "Return",
|
|
): Spawn("cosmic-term"),
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
): Disable,
|
|
(
|
|
modifiers: [
|
|
Ctrl,
|
|
],
|
|
key: "F10",
|
|
): System(WorkspaceOverview),
|
|
}
|