From bc628e17bbcbe3ad34185ee8f57b7a8b8d97d8d6 Mon Sep 17 00:00:00 2001 From: margarita2104 Date: Tue, 1 Oct 2024 18:11:54 +0200 Subject: [PATCH] added Hotkey cheatsheet to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 034f2c41..8a65646b 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Devicons](http://vorillaz.github.io/devicons/#/main) : Cheatsheet for devs icons - [Diagrams.net](https://app.diagrams.net/) : Drawing tools to make design and uml easily. Old draw.io - [FreeFor.Dev](https://free-for.dev/#/) : A huge list of free resources and tools +- [Hotkey Cheatsheet](https://hotkeycheatsheet.com) : A comprehensive hotkey cheatsheet for popular software and applications - [Imgur](https://imgur.com/) : Online image sharing and image hosting service. - [Kody Tools](https://www.kodytools.com/dev-tools): 100+ dev tools including code converters, formatters, and minifiers. - [Pyrexp](https://pythonium.net/regex) : Online regex tester and visualizer for Python.