From bc9f9a3165bd15422816fc0c57b1dd576dd8b660 Mon Sep 17 00:00:00 2001 From: Muhibul Haque <142894870+devmuhib009@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:01:32 +0600 Subject: [PATCH] Atom Code Editor Shortcuts --- data/shortcut-atom-win.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/shortcut-atom-win.json b/data/shortcut-atom-win.json index 83de3258d..b3e562bb4 100644 --- a/data/shortcut-atom-win.json +++ b/data/shortcut-atom-win.json @@ -17,6 +17,14 @@ { "definition": "কি কি অটোকমপ্লিট হতে পারে দেখা", "code": "Ctrl + K, B" + }, + { + "definition": "ফন্ট সাইজ বাড়ানো কমানো", + "code": "Ctrl + +/-" + }, + { + "definition": "ফন্ট সাইজ রিসাইজ করা", + "code": "Ctrl + 0 " } ] }, @@ -77,4 +85,4 @@ ] } ] -} \ No newline at end of file +}