mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that 'ctrl + a' shortcut does not move the cursor in SQL editor. Fixes #5131
This commit is contained in:
committed by
Akshay Joshi
parent
1fc06b8d57
commit
3e7cdcdf90
@@ -2171,22 +2171,6 @@ define('pgadmin.browser', [
|
||||
'Ctrl-Space': 'autocomplete',
|
||||
'Cmd-Space': 'autocomplete',
|
||||
|
||||
// Select All text
|
||||
'Ctrl-A': 'selectAll',
|
||||
'Cmd-A': 'selectAll',
|
||||
|
||||
// Redo text
|
||||
'Ctrl-Y': 'redo',
|
||||
'Cmd-Y': 'redo',
|
||||
|
||||
// Undo text
|
||||
'Ctrl-Z': 'undo',
|
||||
'Cmd-Z': 'undo',
|
||||
|
||||
// Delete Line
|
||||
'Ctrl-D': 'deleteLine',
|
||||
'Cmd-D': 'deleteLine',
|
||||
|
||||
'Alt-Up': 'goLineUp',
|
||||
'Alt-Down': 'goLineDown',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user