{"id":27881171,"url":"https://github.com/florianruby/my-autohotkey-setup","last_synced_at":"2025-05-05T05:02:19.230Z","repository":{"id":287790788,"uuid":"965771552","full_name":"FlorianRuby/My-autohotkey-setup","owner":"FlorianRuby","description":"⌨My VIM like AutoHotKey setup","archived":false,"fork":false,"pushed_at":"2025-04-20T11:17:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T05:00:03.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlorianRuby.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-13T21:38:26.000Z","updated_at":"2025-04-20T11:17:31.000Z","dependencies_parsed_at":"2025-04-14T00:32:38.706Z","dependency_job_id":"f9532136-5860-4d05-bf8c-cc4bf88ee427","html_url":"https://github.com/FlorianRuby/My-autohotkey-setup","commit_stats":null,"previous_names":["florianruby/my-autohotkey-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRuby%2FMy-autohotkey-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRuby%2FMy-autohotkey-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRuby%2FMy-autohotkey-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRuby%2FMy-autohotkey-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianRuby","download_url":"https://codeload.github.com/FlorianRuby/My-autohotkey-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252442520,"owners_count":21748450,"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":[],"created_at":"2025-05-05T05:00:19.638Z","updated_at":"2025-05-05T05:02:19.215Z","avatar_url":"https://github.com/FlorianRuby.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My AHK Setup\nMy AHK setup that brings some VIM commands to your entire desktop environment as well as some nice quality of life commands.\n\nStill work in progress\n\n## General informations\n\n1. `CapsLock` (held) as the main modifier\n2. `\\` as a secondary modifier\n3. Made with US ANSI layout in mind, if you're using f.e the German QUARTZ feel free to switch `\\` with `$`.\n4. Chrome is used as the default browser however you can change that, just search 'replace chrome.exe' in the file.\n\n_Why `/` to begin with? Because my pinky finger rests on it_\n\n### Navigation\n\n| **Mode Activator Key**  | **Hotkey**   | **Action**                                                      |\n|-------------------------|--------------|-----------------------------------------------------------------|\n| `CapsLock` (held)       | `w`          | `{Up}` Move Up                                                  |\n|                         | `a`          | `{Left}` Move Left                                              |\n|                         | `s`          | `{Down}` Move Down                                              |\n|                         | `d`          | `{Right}` Move Right                                            |\n|                         | `q`          | `Ctrl + Left` (Move one word left)                              |\n|                         | `e`          | `Ctrl + Right` (Move one word right)                            |\n|                         | `9`          | `{Home}` Move to the start of the row                           |\n|                         | `0`          | `{End}` Move to the end of the row                              |\n|                         | `g`          | `Ctrl + Home` (Move to the start of the document)               |\n|                         | `\\ \u0026 g`      | `Ctrl + End` (Move to the end of the document)                  |\n\n### Highlighting\n\n| **Mode Activator Key**  | **Hotkey**   | **Action**                                                      |\n|-------------------------|--------------|-----------------------------------------------------------------|\n| `CapsLock` (held)       | `+w`         | `+{Up}` Highlight up                                            |\n|                         | `+a`         | `+{Left}` Highlight left                                         |\n|                         | `+s`         | `+{Down}` Highlight down                                        |\n|                         | `+d`         | `+{Right}` Highlight right                                       |\n|                         | `+q`         | `+^{Left}` Highlight one word left                              |\n|                         | `+e`         | `+^{Right}` Highlight one word right                             |\n|                         | `+0`         | `+{End}` Highlight from the cursor to the end of the row        |\n|                         | `+9`         | `+{Home}` Highlight from the cursor to the start of the row     |\n\n### Deletion\n\n| **Mode Activator Key**  | **Hotkey**   | **Action**                                                      |\n|-------------------------|--------------|-----------------------------------------------------------------|\n| `CapsLock` (held)       | `j`          | `{Backspace}` Delete one character                              |\n|                         | `\\ \u0026 j`      | `{Delete}` Delete one character to the right                    |\n|                         | `h`          | `Ctrl + Backspace` (Delete word to the left)                    |\n|                         | `\\ \u0026 h`      | `Ctrl + Delete` (Delete word to the right)                      |\n\n### Miscellaneous\n\n| **Mode Activator Key**  | **Hotkey**   | **Action**                                                      |\n|-------------------------|--------------|-----------------------------------------------------------------|\n| `CapsLock` (held)       | `f`          | `Ctrl + F` (Open Find)                                          |\n|                         | `t`          | Open Chrome and open a new tab                                  |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianruby%2Fmy-autohotkey-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianruby%2Fmy-autohotkey-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianruby%2Fmy-autohotkey-setup/lists"}