Skip to content

Commit

Permalink
Changed order of items in groups.json (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo authored Jun 16, 2024
1 parent 0e08c84 commit 27ce2b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@
"extra_description_path": "extra_descriptions/vs_code.html"
},
{
"path": "json/premiere_pro.json",
"extra_description_path": "extra_descriptions/premiere_pro.html"
"path": "json/google_chrome.json",
"extra_description_path": "extra_descriptions/google_chrome.html"
},
{
"path": "json/slack.json",
"extra_description_path": "extra_descriptions/slack.html"
},
{
"path": "json/google_chrome.json",
"extra_description_path": "extra_descriptions/google_chrome.html"
"path": "json/premiere_pro.json",
"extra_description_path": "extra_descriptions/premiere_pro.html"
},
{
"path": "json/obsidian_emacs_vim-insert.json"
Expand Down
2 changes: 1 addition & 1 deletion public/json/function_keys_supported_apps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Mac OSX: Use Function Keys in Supported Applications, else use Media Keys",
"maintainers": ["jiarui-z", "thecarlo"],
"maintainers": ["thecarlo", "jiarui-z"],
"rules": [
{
"description": "Mac OSX: Use Function Keys in Supported Apps, else use Media Keys",
Expand Down

0 comments on commit 27ce2b7

Please sign in to comment.