diff --git a/README.md b/README.md
index 3d51773e..67a6f362 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ While not claiming that it is a replacement of any other tool, yet, it strives t
- Delightful user experience
- Top-Notch performance
- Ultra small bundle size (~ 12MB)
+- Keyboard shortcuts for productivity homies
- Free and Open-Source
## Tech Stack ⌨️
@@ -30,10 +31,20 @@ While not claiming that it is a replacement of any other tool, yet, it strives t
- [NextJs](https://nextjs.org/) : Frontend Framework
- [Rust](https://www.rust-lang.org/) : Backend
- [Tailwind](https://tailwindcss.com/) : CSS Framework
-- [Tanstack]() : [Query](), [Table]()
+- [Tanstack](https://tanstack.com/) : [Query](https://tanstack.com/query/latest), [Table](https://tanstack.com/table/v8)
- [shadcn/ui](https://ui.shadcn.com/) : Components
- [Vercel](https://vercel.com/) : Deployment
+## Keyboard Shortcuts
+
+| Shortcut | Description |
+| ------------------------------ | --------------------------------- |
+| Ctrl + k | open command palette |
+| Ctrl + s | focus search input |
+| Ctrl + a | select or deselect all |
+| Ctrl + c | copy selected rows into clipboard |
+| Delete | delete selected rows |
+
## Local Development 🧑🏻💻
To start playing around with TableX locally, you will need the following requirements: