feat: implement platform-specific keyboard shortcuts and refactor shortcut data management

This commit is contained in:
Firman Ramdhani
2026-07-13 10:17:07 +07:00
parent ad5be7056a
commit 164ec284ae
7 changed files with 58 additions and 28 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"./hooks": "./src/hooks/index.ts",
"./provider": "./src/provider/index.ts",
"./validators": "./src/validators/index.ts",
"./foundations": "./src/foundations/index.ts"
"./foundations": "./src/foundations/index.ts",
"./constants": "./src/constants/index.ts"
},
"license": "MIT",
"scripts": {