mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Updated search/replace keyboard shortcut to f
This commit is contained in:
parent
6b5a142a7c
commit
c46a60a96c
@ -380,7 +380,7 @@ define(function(require){
|
||||
var act_all = keyboard_manager.actions.register(action_all, 'search-and-replace-dialog', 'ipython');
|
||||
|
||||
keyboard_manager.command_shortcuts.add_shortcuts({
|
||||
'shift-f': 'ipython.search-and-replace-dialog'
|
||||
'f': 'ipython.search-and-replace-dialog'
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user