In phpMyAdmin, using the Control key in conjunction with the arrows keys (such as ctrl+right, ctrl+left, ctrl+shift+right, and ctrl+shift+left) causes the cursor to move to another cell.
This behavior can be extremely annoying if one instinctively uses these key combinations to move between and/or select words in a text.
Older versions of phpMyAdmin, had a configuration setting, $cfg['CtrlArrowsMoving']=false, that would disable it, but that setting is no longer supported and there doesn't seem to be a way to disable it through the settings or configuration anymore.
The Alt key does exactly the same thing when you're editing a table, and the tab key allows you to move from one cell to another as you would expect, so there's no reason for the ctrl key to be used this way unless the user actually wants to.
I love phpMyAdmin, but after years of instinctively pressing ctrl+shift+left to select a word only to remember it doesn't work, I decided to search the code and figure out how to disable it.
I'm using phpMyAdmin version 5.0.2 and don't know if other versions use the same code for this, but hopefully they're similar enough that this information will help people modify the behavior if they want to.