Skip to content

Commit

Permalink
docs: add keyboard shortcuts section
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Dec 30, 2023
1 parent 25cb872 commit 7dc4999
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ⌨️
Expand All @@ -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 |
| ------------------------------ | --------------------------------- |
| <kbd>Ctrl</kbd> + <kbd>k</kbd> | open command palette |
| <kbd>Ctrl</kbd> + <kbd>s</kbd> | focus search input |
| <kbd>Ctrl</kbd> + <kbd>a</kbd> | select or deselect all |
| <kbd>Ctrl</kbd> + <kbd>c</kbd> | copy selected rows into clipboard |
| <kbd>Delete</kbd> | delete selected rows |

## Local Development 🧑🏻‍💻

To start playing around with TableX locally, you will need the following requirements:
Expand Down

0 comments on commit 7dc4999

Please sign in to comment.