Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add toggle-fn extension #13942

Merged
merged 5 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/toggle-fn/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/toggle-fn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/toggle-fn/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
9 changes: 9 additions & 0 deletions extensions/toggle-fn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Toggle Fn Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-08-25

### Added

- Initial version code
15 changes: 15 additions & 0 deletions extensions/toggle-fn/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Toggle Fn

Toggle the "Use all F1, F2, etc. keys as standard function keys" option in macOS System Preferences.

Thanks to MrSimonC, the initial version code was taken from this project:

Project Path: https://github.com/MrSimonC/Toggle-Mac-Function-Keys

Tested with:

macOS Sequoia developer beta
macOS Sonoma, 14.2.1 January 2024
macOS Ventura, 13.2 January 2023
macOS Monterey, 12.6.2, December 2022
macOS Big Sur, 11.4, June 2021
Binary file added extensions/toggle-fn/assets/fn-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/toggle-fn/assets/fn-key@dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/toggle-fn/metadata/Toggle-Fn-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading