Skip to content

Commit

Permalink
Added Accessibility API Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Aug 4, 2022
1 parent 83b2e2b commit cb7a777
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
@@ -1,6 +1,8 @@
{
"Cinematic.Focus Point": "FCP.Cinematic",

"ChangeUserInterfaceElementUnderMouse": "macOS.Accessibility",

"360 Viewer.Pan": "FCP.360 Viewer",
"360 Viewer.Tilt": "FCP.360 Viewer",

Expand Down
Expand Up @@ -6,6 +6,9 @@
"ToggleMissionControl": "macOS.Spaces",
"ToggleShowDesktop": "macOS.Spaces",

"IncrementUserInterfaceElementUnderMouse": "macOS.Accessibility",
"DecrementUserInterfaceElementUnderMouse": "macOS.Accessibility",

"Splatify.Launch": "Splatify",
"Splatify.Play": "Splatify",
"Splatify.TogglePlayPause": "Splatify",
Expand Down
Expand Up @@ -6,6 +6,10 @@
"ToggleMissionControl": "Mission Control",
"ToggleShowDesktop": "Show Desktop",

"ChangeUserInterfaceElementUnderMouse": "Change User Interface Element Under Mouse",
"IncrementUserInterfaceElementUnderMouse": "Increment User Interface Element Under Mouse",
"DecrementUserInterfaceElementUnderMouse": "Decrement User Interface Element Under Mouse",

"Splatify.Launch": "Launch",
"Splatify.Play": "Play",
"Splatify.TogglePlayPause": "Toggle Play/Pause",
Expand Down
Expand Up @@ -3,9 +3,10 @@

"Splatify": "Spotify",

"macOS.Accessibility": "macOS: Accessibility",
"macOS.Spaces": "macOS: Spaces",
"macOS.Shortcuts": "macOS: Shortcuts App",

"CommandPostFavourites": "CP: Favourites",

"FCP.Keyword Shortcuts": "FCP: Keyword Shortcuts",
Expand Down

0 comments on commit cb7a777

Please sign in to comment.