mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-15 05:26:48 +01:00
Minor fixes
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<!--/*
|
||||
* Copyright (c) Codiad & Kent Safranski (codiad.com), distributed
|
||||
* as-is and without warranty under the MIT License. See
|
||||
* [root]/license.txt for more. This information must remain intact.
|
||||
*/-->
|
||||
|
||||
<div id="colorpicker_region">
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) Codiad & Kent Safranski (codiad.com), distributed
|
||||
* as-is and without warranty under the MIT License. See
|
||||
* [root]/license.txt for more. This information must remain intact.
|
||||
*/
|
||||
|
||||
$(function(){ color_picker.init(); });
|
||||
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ var keybindings = {
|
||||
$.ctrl('f', function(){ editor.open_search('find'); });
|
||||
|
||||
// Replace [CTRL+R] /////////////////////////////////////////////
|
||||
$.ctrl('f', function(){ editor.open_search('replace'); });
|
||||
$.ctrl('r', function(){ editor.open_search('replace'); });
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user