diff --git a/ChangeLog b/ChangeLog index f275317d2b..84ca085951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -163,6 +163,7 @@ phpMyAdmin - ChangeLog - issue #18852 Fix notification color scheme on the Bootstrap dark theme - issue #14542 Show the query even if no results are found in the Table search - issue #16936 Fixed import (e.g. ods) doesn't respect database default collation +- issue #19000 Disable autocomplete for the create table/db name inputs 5.2.1 (2023-02-07) - issue #17522 Fix case where the routes cache file is invalid diff --git a/docs/intro.rst b/docs/intro.rst index 3351ff1589..76374126e3 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -48,7 +48,8 @@ Shortcut keys Currently phpMyAdmin supports following shortcuts: -* k - Toggle console +* k and CTRL+k - Toggle console +* CTRL+ALT+c - Toggle console * h - Go to home page * s - Open settings * d + s - Go to database structure (Provided you are in database related page) diff --git a/resources/templates/database/create_table.twig b/resources/templates/database/create_table.twig index 83981f2d67..1add09c645 100644 --- a/resources/templates/database/create_table.twig +++ b/resources/templates/database/create_table.twig @@ -4,7 +4,7 @@