mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
feat: apple touchbar - add f1 f2 & f12
This commit is contained in:
@@ -250,6 +250,18 @@
|
|||||||
Text = "Print";
|
Text = "Print";
|
||||||
Action = "Print";
|
Action = "Print";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Text = "F1";
|
||||||
|
Action = "F1";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Text = "F2";
|
||||||
|
Action = "F2";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Text = "F12";
|
||||||
|
Action = "F12";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user