Add infrastructure for managing configurable keyboard shortcuts.

This commit is contained in:
Harshal Dhumal
2018-01-25 12:49:06 +00:00
committed by Dave Page
parent 7c985695b7
commit 66341e6947
7 changed files with 885 additions and 9 deletions

View File

@@ -256,6 +256,8 @@ define('pgadmin.preferences', [
return 'textarea';
case 'switch':
return 'switch';
case 'keyboardshortcut':
return 'keyboardShortcut';
default:
if (console && console.warn) {
// Warning for developer only.