25 lines
390 B
Text
25 lines
390 B
Text
{
|
|
(
|
|
modifiers: [
|
|
Alt,
|
|
],
|
|
key: "Space",
|
|
): System(Launcher),
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
): Disable,
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
key: "Return",
|
|
): Spawn("cosmic-term"),
|
|
(
|
|
modifiers: [
|
|
Super,
|
|
],
|
|
key: "l",
|
|
): System(LockScreen),
|
|
}
|