tweaking the keyboard...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-20 02:32:02 +03:00
parent 511422f8d9
commit 631a612541
2 changed files with 3 additions and 2 deletions

View File

@ -461,8 +461,8 @@ module.GLOBAL_KEYBOARD = {
';': 'togglePreviewFilter: "Show shadows" -- Preview shadows',
':': 'togglePreviewFilter: "Show highlights" -- Preview highlights',
'caps+:': ':',
"'": 'togglePreviewFilter: "Black and white" -- Preview black and white',
'"': 'togglePreviewFilter: "Edge detect" -- Show edges',
'"': 'togglePreviewFilter: "Black and white" -- Preview black and white',
"'": 'togglePreviewFilter: "Edge detect" -- Show edges',
'caps+"': '"',
// doc...

View File

@ -1819,6 +1819,7 @@ var BrowserPrototype = {
Esc: 'close: "reject"',
'/': 'startFilter!',
ctrl_F: '/',
ctrl_A: 'startFullPathEdit!',