📄 mod_speling.pl
字号:
# mod_speling.pl# Defines editors spelling correction directivessub mod_speling_directives{$rv = [ [ 'CheckSpelling', 0, 5, 'virtual', '1.3-1.32' ], [ 'CheckSpelling', 0, 5, 'virtual directory htaccess', 1.32 ] ];return &make_directives($rv, $_[0], "mod_speling");}sub edit_CheckSpelling{return (1, "Automatically correct misspelled URLs?", &choice_input($_[0]->{'value'}, "CheckSpelling", "", "No,Off", "Yes,On", "Default,"));}sub save_CheckSpelling{return &parse_choice("CheckSpelling", "");}1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -