From bbe300e847f5a5b6de1eeb5ce16f1bc5cf3de226 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 23 Aug 2020 09:23:34 +0530 Subject: [PATCH] Updated keyboard shortcuts --- components/layout/pw-header.vue | 43 ++++++++++++++++++++++++++++++--- lang/en-US.json | 9 ++++++- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/components/layout/pw-header.vue b/components/layout/pw-header.vue index 7dcfed28e..a707023ed 100644 --- a/components/layout/pw-header.vue +++ b/components/layout/pw-header.vue @@ -192,20 +192,55 @@
+ {{ getSpecialKey() }} + + + G - {{ getSpecialKey() }} G
+ {{ getSpecialKey() }}+S - {{ getSpecialKey() }} S
+ {{ getSpecialKey() }}+K - {{ getSpecialKey() }} K
+ {{ getSpecialKey() }}+L - {{ getSpecialKey() }} L +
+
+
+ Alt+🠋 + +
+
+ Alt+🠉 + +
+
+
+ Alt+G + +
+
+ Alt+H + +
+
+ Alt+P + +
+
+ Alt+U + +
+
+ Alt+D +
diff --git a/lang/en-US.json b/lang/en-US.json index 46639e442..d128c97a8 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -295,5 +295,12 @@ "are_you_sure_remove_collection": "Are you sure you want to remove this Collection?", "are_you_sure_remove_folder": "Are you sure you want to remove this folder?", "are_you_sure_remove_request": "Are you sure you want to remove this request?", - "are_you_sure_remove_environment": "Are you sure you want to remove this environment?" + "are_you_sure_remove_environment": "Are you sure you want to remove this environment?", + "select_next_method": "Select Next method", + "select_previous_method": "Select Previous method", + "select_get_method": "Select GET method", + "select_head_method": "Select HEAD method", + "select_post_method": "Select POST method", + "select_put_method": "Select PUT method", + "select_delete_method": "Select DELETE method" }