miniSql

创建
zgc123@gmail.com authored at 11/19/2023 1:40:15 AM
6136600
Tree
0 Parent(s)
Summary: 1 changed files with 36 additions and 0 deletions.
Added +36 -0
Added +36 -0
diff --git a/minisqlquery-master/src/Docs/Basic Usage.md b/minisqlquery-master/src/Docs/Basic Usage.md
new file mode 100644
index 0000000..ae97a47
--- /dev/null
+++ b/minisqlquery-master/src/Docs/Basic Usage.md
@@ -0,0 +1,36 @@
+Basic Usage
+===========
+
+Below is a list of typical usage scenarios with Mini SQL Query. 
+
+Some Shortcuts
+--------------
+
+Mini SQL Query uses the typical editor key shortcuts for cut, copy, paste etc. 
+
+
+**ActionKey** / **Combination**
+
+**New window**	Control + N
+
+**New File** (then select type, txt, sql etc)	Control + Alt + N
+
+**Open**	Control + O
+
+**Save**	Control + S
+
+**Go to line**	Control + G
+
+**Execute**	F5
+
+**View table**	Control + T
+
+**Cut	Control** + X
+
+**Copy**	Control + C
+
+**Paste**	Control + V
+
+**Comment block (language specific)**	Control + /
+
+[Quickstart](https://github.com/paul-kohler-au/minisqlquery/blob/master/src/Docs/Quickstart.md)