Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilles-96 <raghuram.vadapalli@research.iiit.ac.in>2016-02-15 14:19:02 +0300
committerAchilles-96 <raghuram.vadapalli@research.iiit.ac.in>2016-02-22 14:36:23 +0300
commit4073e4676f2042d1fd23a803548dd0a26b9d5c82 (patch)
tree38da055cf64dca262d0d16411bbe32489ab7a85e /doc/intro.rst
parentf980812f5746262e16f3f409523f75d8382a38e7 (diff)
Fixes #11865 partially-Added support for shortcuts
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index b8c348dfbe..4395cde61c 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -48,6 +48,21 @@ Currently phpMyAdmin can:
<https://www.phpmyadmin.net/translations/>`_
+Shortcut keys
+-------------
+
+Currently phpMyAdmin supports following shortcuts:
+
+* k - Toggle console
+* h - Go to home page
+* s - Open settings
+* d + s - Go to database structure (Provided you are in database related page)
+* d + f - Search database (Provided you are in database related page)
+* t + s - Go to table structure (Provided you are in table related page)
+* t + f - Search table (Provided you are in table related page)
+* backspace - Takes you to older page.
+
+
A word about users
------------------