{"id":21003313,"url":"https://github.com/koding/shortcuts-config","last_synced_at":"2026-04-24T17:35:33.607Z","repository":{"id":146362985,"uuid":"57340771","full_name":"koding/shortcuts-config","owner":"koding","description":"shortcuts tools for creating keymap configs","archived":false,"fork":false,"pushed_at":"2016-04-28T23:53:19.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-28T04:24:17.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/koding.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}},"created_at":"2016-04-28T23:41:49.000Z","updated_at":"2018-11-14T19:28:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"6367fbab-d2ef-408c-942e-fc30859751db","html_url":"https://github.com/koding/shortcuts-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koding/shortcuts-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fshortcuts-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fshortcuts-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fshortcuts-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fshortcuts-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koding","download_url":"https://codeload.github.com/koding/shortcuts-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fshortcuts-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32234722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-19T08:24:44.492Z","updated_at":"2026-04-24T17:35:33.583Z","avatar_url":"https://github.com/koding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tools for creating keymap config\n\n```\n$ npm install\n$ make\n```\n\nto generate json \u0026 csv files under `out/` directory that we can use for shortcuts.\n\n# keymap item\n\n```json\n  {\n    \"name\": \"w#gototabnumber1\",\n    \"description\": \"Go to Tab #1\",\n    \"binding\": [\n      [\n        \"ctrl+1\"\n      ],\n      [\n        \"command+1\"\n      ]\n    ],\n    \"readonly\": false,\n    \"enabled\": true,\n    \"hidden\": false,\n    \"options\": {\n      \"mousetrap\": {\n        \"global\": true\n      }\n    }\n  },\n```\n\n- `name` is unique id for this shortcut~~, which also acts some sort of namespace. here `w#gototabnumber1` denotes that this shortcut is in `w` group, and eventually will be displayed along with other shortcuts in `w` group.~~\n- `binding` is an array of two arrays. these arrays hold key-bindings defined for windows and mac respectively. shortcuts are always in mousetrap syntax.\n- if a shortcut is `readonly` it cannot be overridden by any shortcut in same namespace. we only display them but do not allow them to be set.\n- `hidden` shortcuts are shortcuts that we had to implicitly override for some reason (eg ace#showSettingsMenu) and have to keep them around to prevent getting them overridden. they are `hidden` because they are not displayed.\n\n# ace-to-json.js\n\njson repr of ace shortcuts.\n\ndepends on:\n\n- `ace-commands.js`: includes all the shortcuts extracted from ace 1.1.3. (see: https://github.com/ajaxorg/ace/tree/v1.1.3/lib/ace/commands)\n\n- `ace-descriptions.json`\n\n# terminal-to-json.coffee\n\njson repr of shortcuts extracted from `Terminal/AppController#keyBindings`\n\n# editor-to-json.js\n\njson repr of shortcuts extracted from `Ace/ace.coffee` (see: `addKeyCombo` calls)\n\n# workspace-to-json.coffee\n\njson repr of shortcuts extracted from `IDE/AppControllerOptions#keyBindings`\n\ndepends on:\n\n- `workspace-descriptions.json`\n\n# to-csv.py\n\nturns keymap json into csv. so people can make revisions using google spreadsheets.\n\n(see: `UI/UX \u003e IDE and Terminal \u003e Shortcuts` under google drive)\n\nusage:\n\n```\nnode ace-to-json.js|python to-csv.py\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fshortcuts-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoding%2Fshortcuts-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fshortcuts-config/lists"}