mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: apple touchbar - add keys
This commit is contained in:
@@ -124,6 +124,15 @@
|
|||||||
Action = "F12";
|
Action = "F12";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Text = "Home";
|
||||||
|
Action = "Home";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Text = "End";
|
||||||
|
Action = "End";
|
||||||
|
}
|
||||||
|
|
||||||
# for screenshot shortcut
|
# for screenshot shortcut
|
||||||
{
|
{
|
||||||
Text = "Print";
|
Text = "Print";
|
||||||
@@ -181,6 +190,16 @@
|
|||||||
Icon = "volume_up";
|
Icon = "volume_up";
|
||||||
Action = "VolumeUp";
|
Action = "VolumeUp";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Text = "Home";
|
||||||
|
Action = "Home";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Text = "End";
|
||||||
|
Action = "End";
|
||||||
|
}
|
||||||
|
|
||||||
# for screenshot shortcut
|
# for screenshot shortcut
|
||||||
{
|
{
|
||||||
Text = "Print";
|
Text = "Print";
|
||||||
|
|||||||
Reference in New Issue
Block a user