{"id":15651372,"url":"https://github.com/pluveto/shortcutmap","last_synced_at":"2025-04-30T18:45:19.218Z","repository":{"id":38138522,"uuid":"276803432","full_name":"pluveto/ShortcutMap","owner":"pluveto","description":"This desktop app helps show shortcuts map for any application quickly. 该工具能够为任何软件显示其快捷键列表","archived":false,"fork":false,"pushed_at":"2022-12-08T10:51:40.000Z","size":650,"stargazers_count":36,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T10:23:13.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/pluveto.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}},"created_at":"2020-07-03T04:00:51.000Z","updated_at":"2024-04-12T09:55:20.000Z","dependencies_parsed_at":"2023-01-25T05:30:58.125Z","dependency_job_id":null,"html_url":"https://github.com/pluveto/ShortcutMap","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2FShortcutMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2FShortcutMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2FShortcutMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2FShortcutMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluveto","download_url":"https://codeload.github.com/pluveto/ShortcutMap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242685799,"owners_count":20169240,"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":"2024-10-03T12:38:06.936Z","updated_at":"2025-03-09T11:31:23.878Z","avatar_url":"https://github.com/pluveto.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shortcut Map\n\n本程序能够帮助你**显示当前使用程序的快捷键**。\n\nThis util helps display **Shortcuts Keys of Current Running Application** \n\n*推荐使用 `1920x1080` 及以上分辨率。*\n\n### 使用方法 Usage\n\n运行 `Pluvet.ShortcutMap.exe`，你将看到托盘有一个地图图标。\n\nRun `Pluvet.ShortcutMap.exe`, you'll see a map icon on windows tray bar.\n\n**在程序中按下 `Win` `N` 组合键，如果该程序拥有快捷键配置，则会显示出来。**\n\n**Press `Win` `N` together, if current app has its keymap definition config, key map will display.**\n\n### 预览 Preview\n\n![预览](https://s1.ax1x.com/2020/07/03/NOTZSs.jpg)\n\n### 创建快捷键配置 Create your own key map config\n\n下面以创建 `Blender` 的快捷键为例。\n\n首先，你在程序的 `shortcuts` 目录下，创建文件 `blender.json`，在 `shortcuts\\images\\`目录下放置 `png` 格式的图标文件，文件名为 `icon-blender.png`，大小为高度 128 像素及以上。\n\n编辑 `blender.json`，基本格式如下：\n\nHere's an example of creating a shortcut key config file for 'blender'.\n\nFirst, you create a file in the program's `shortcuts` directory with name ` blender.json `, place the logo file in PNG format in the directory `shortcuts/images`, and the file name is `icon-blender.png` (The size is 128 pixels and above in height).\n\nEditor` blender.json `The basic format is as follows:\n\n```json\n{\n  \"app\": \"程序名\",\n  \"moduleName\": \"应用程序的模块名，正则表达式\",\n  \"author\": \"本文件编写者\",\n  \"version\": \"本文件版本\",\n  \"description\": \"本文件描述\",\n  \"groups\": [\n    {\n      \"name\": \"组名\",\n      \"shortcuts\": [\n        {\n          \"keys\": [\"按键\"],\n          \"action\": \"作用\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n对于 Blender 的示例如下：\n\n```json\n{\n  \"app\": \"Blender\",\n  \"moduleName\": \"^blender\\\\.exe$\",\n  \"author\": \"pluveto\",\n  \"version\": \"1.0\",\n  \"description\": \"Shortcuts for Blender\",\n  \"groups\": [\n    {\n      \"name\": \"Window\",\n      \"shortcuts\": [\n        { \"keys\": [\"Ctrl\", \"Left\"], \"action\": \"Arrow Go to Previous Screen\" },\n        { \"keys\": [\"Ctrl\", \"Right\"], \"action\": \"Arrow Go to Next Screen\" },\n        { \"keys\": [\"Ctrl\", \"Up\"], \"action\": \"Arrow Maximize Window\" },\n        {\n          \"keys\": [\"Ctrl\", \"Down\"],\n          \"action\": \"Arrow Retrun to Previous Window Size\"\n        },\n        { \"keys\": [\"Shift\", \"F4\"], \"action\": \"Data View\" },\n        { \"keys\": [\"Shift\", \"F5\"], \"action\": \"3D Window\" },\n        { \"keys\": [\"Shift\", \"F6\"], \"action\": \"IPO Window\" },\n        { \"keys\": [\"Shift\", \"F7\"], \"action\": \"Buttons Window\" },\n        { \"keys\": [\"Shift\", \"F8\"], \"action\": \"Sequence Window\" },\n        { \"keys\": [\"Shift\", \"F9\"], \"action\": \"Outliner Window\" },\n        { \"keys\": [\"Shift\", \"F10\"], \"action\": \"Image Window\" },\n        { \"keys\": [\"Shift\", \"F11\"], \"action\": \"Text Window\" },\n        { \"keys\": [\"Shift\", \"F12\"], \"action\": \"Action Window\" }\n      ]\n    }\n  ]\n}\n\n```\n\n现在，重启程序，进入 Blender 并按下 `Win` `N`，即可看到快捷键列表。\n\nNow, restart the program, enter blender and press `win` `n` to see the list of shortcut keys.\n\n### 自定义背景的方法 Custom Background Image\n\n替换 `bg.png` 文件。\n\n### 分享快捷键配置 Share your configs\n\n前往 [Issues](https://github.com/pluveto/ShortcutMap/issues?q=label%3AShare+) 区。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluveto%2Fshortcutmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluveto%2Fshortcutmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluveto%2Fshortcutmap/lists"}