From 27ce2b7a1f87127549ad09438638bd356c5c61c9 Mon Sep 17 00:00:00 2001 From: Carlo van Wyk <5310264+thecarlo@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:06:46 +1000 Subject: [PATCH] Changed order of items in groups.json (#1677) --- public/groups.json | 8 ++++---- public/json/function_keys_supported_apps.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/groups.json b/public/groups.json index 64f846da0..9f5e69773 100644 --- a/public/groups.json +++ b/public/groups.json @@ -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" diff --git a/public/json/function_keys_supported_apps.json b/public/json/function_keys_supported_apps.json index c867de0ec..b08951c9a 100644 --- a/public/json/function_keys_supported_apps.json +++ b/public/json/function_keys_supported_apps.json @@ -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",