mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-23 14:35:18 -05:00
docs(codes): Add (key) codes documentation
Create codes documentation for standardized keys. Closes #218. Fixes #308. Ref #21.
This commit is contained in:
9
docs/docs/codes/_editing.mdx
Normal file
9
docs/docs/codes/_editing.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Table from "@site/src/components/codes/Table";
|
||||
|
||||
## Cut, Copy, Paste
|
||||
|
||||
<Table group="cut-copy-paste" />
|
||||
|
||||
## Undo, Redo
|
||||
|
||||
<Table group="undo-redo" />
|
||||
Reference in New Issue
Block a user