Solution
First locate your WAMP folder. In my case, my WAMP folder is C:\wamp2.5.
In C:\wamp2.5\apps\phpMyAdmin-4.4.10-english\js\keyhandler.js, I did the following to enable control key + arrow key.
function onKeyDownArrowsHandler(e)
{
return;
(original code)
...
(original code)
}Save your change and reload PhpMyAdmin or PMA and see if it fixes the problem.This fix will also work when you are inserting a new database table record.
If you have any questions let me know and I will do my best to help you!















