{"id":25692066,"url":"https://github.com/artginzburg/functiontoggler","last_synced_at":"2025-04-24T05:13:43.377Z","repository":{"id":43258940,"uuid":"200944107","full_name":"artginzburg/FunctionToggler","owner":"artginzburg","description":" Quickly toggle the fn key behavior (macOS app)","archived":false,"fork":false,"pushed_at":"2023-06-26T12:40:35.000Z","size":4361,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-24T05:13:30.484Z","etag":null,"topics":["applescript","keyboard-shortcuts","macos","preferences","shortcut","spotlight","toggles"],"latest_commit_sha":null,"homepage":"","language":"AppleScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artginzburg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-07T00:43:33.000Z","updated_at":"2024-07-03T07:21:50.000Z","dependencies_parsed_at":"2023-01-31T09:00:32.095Z","dependency_job_id":null,"html_url":"https://github.com/artginzburg/FunctionToggler","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artginzburg%2FFunctionToggler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artginzburg%2FFunctionToggler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artginzburg%2FFunctionToggler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artginzburg%2FFunctionToggler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artginzburg","download_url":"https://codeload.github.com/artginzburg/FunctionToggler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566515,"owners_count":21451233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["applescript","keyboard-shortcuts","macos","preferences","shortcut","spotlight","toggles"],"created_at":"2025-02-24T23:08:04.827Z","updated_at":"2025-04-24T05:13:43.356Z","avatar_url":"https://github.com/artginzburg.png","language":"AppleScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n   Function Toggler \u003cimg align=\"center\" height=\"90\" src=\"icon/icon.png\"\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n   Quickly\u003csup\u003e*\u003c/sup\u003e toggle the \u003cstrong\u003e\"Use all F1, F2, etc. keys as standard function keys\"\u003c/strong\u003e option in macOS System Preferences\n\u003c/p\u003e\n\n\u003e \u003csup\u003e\\*\u003c/sup\u003e Through the shortcut\n\n![keyboard settings](screenshots/kb-sets.png)\n\n## Install\n\n### Via [Homebrew Cask](//brew.sh) (Recommended)\n\n```ps1\nbrew install --cask --no-quarantine artginzburg/tap/functiontoggler\n```\n\n\u003e Check out [the cask][cask] if you're interested.\n\n### Direct Download\n\n**[Latest Release ![GitHub release](https://img.shields.io/github/release/artginzburg/functiontoggler?label=%20)](//github.com/artginzburg/FunctionToggler/releases/latest/download/FunctionToggler.zip)**\n\n### Using Source Code\n\nClone, set current directory, install dependencies and run the build command.\n\n\u003e also allows to `make uninstall`\n\n```ps1\ngit clone https://github.com/artginzburg/FunctionToggler\ncd FunctionToggler\nmake\nmake build\nmake install\n```\n\n\u003e I use [`platypus`](https://github.com/sveinbjornt/Platypus) CLI for building instead of `osacompile -o MyScript.app MyScript.scpt` because it offers better interface and for some reason compiles to less size.\n\n---\n\n\u003cdetails\u003e\n   \u003csummary\u003eFunction Toggler needs Accessibility Control\u003c/summary\u003e\n\n1.  Open the app once (for it to appear in Accessibility tab)\n2.  Go to `System Preferences` \u003e `Security \u0026 Privacy` \u003e `Privacy` \u003e `Accessibility`\n3.  `Click the lock to make changes` and tick `Function Toggler` under `Allow the apps below to control your computer`.\n\n![preferences](screenshots/privacy-sets.png)\n\n\u003c/details\u003e\n\n## Usage\n\nSimply run the app.\nI like to do it from Spotlight:\n\n1. Press \u003ckbd\u003e⌘\u003c/kbd\u003e + \u003ckbd\u003espace\u003c/kbd\u003e (or similar) to open Spotlight.\n2. Start typing `fun` or `ft`, continue until `Function Toggler` appear in the Top Hit section.\n3. Hit \u003ckbd\u003eEnter\u003c/kbd\u003e.\n\n## Enable the Keyboard shortcut\n\nGo to `System Preferences` \u003e `Keyboard` \u003e `Shortcuts` \u003e `Services` \u003e `General` (at the end of the list) and assign a new shortcut to `Function Toggler` service\n\n![keybard-shortcut](screenshots/kb-short.png)\n\n\u003e The workflow (service) just runs the app, so it won't work without it.\n\n### How to release\n\n1. Run `make build` and `make release`.\n2. Upload the generated archive — `dist/FunctionToggler.zip` — to GitHub Releases.\n3. Update [the cask][cask] with the new version number and the checksum that lies in your clipboard after running `make release`.\n\n[cask]: https://github.com/artginzburg/homebrew-tap/blob/main/Casks/functiontoggler.rb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartginzburg%2Ffunctiontoggler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartginzburg%2Ffunctiontoggler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartginzburg%2Ffunctiontoggler/lists"}