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