阅读:3626回复:6
分享两个Pentadactyl的plugin
hint-numberOnly.js
这个用于Hint模式下修改显示内容的。现在的版本下面显示hint的时候除了用于导航的数字或字母键,对于radio、checkbox等也会显示描述信息,这些描述信息很长,有时候会覆盖掉其他的hint,感觉很不爽。我已经提了个建议:希望增加选项可以去掉描述信息的显示。再官方未修改之前,暂时可以使用我写的这个插件 注:这个问题 http://code.google.com/p/dactyl/issues/detail?id=186 已经被接受,在配置文件中或colorscheme中使用下面语句即可: :highlight Hint::after content: attr(number) !important; hint-navigator.js 这个插件用于在hint模式增加导航功能。现在进入hint模式后,无法进行翻页、关闭当前页等操作,插件提供h/j/space进行前后翻页,d关闭当前页 |
|
最新喜欢:infini... |
1楼#
发布于:2010-12-16 14:29
再顶一下楼主。
顺便问问VIMPERATOR内有一个STYLE.js的文件,保存了一些hi的预设。 而我在PENTADACTYL没有找,把XPI和里面的JAR解压也都没有找到,DACTYL的style.js在哪里呀?? 其实我是想把VIMPERATOR 3 PRE的COLOR搬到DACTYL上,现在是直接在配置里se hi实现的。 |
|
2楼#
发布于:2010-12-16 14:29
|
|
3楼#
发布于:2010-12-16 14:29
受minfox启发,感觉把颜色方案等放在_pentadactylrc里面确实有些乱
可以新建一个后缀名为penta的文件放置在pentadactyl\colors\下,如my.penta,然后在_pentadactylrc里面通过命令 colorscheme my 即可使用该套颜色方案,不过仍然不是js格式。比如我目前用这个: hi Hint text-transform: uppercase;font-family: "Times New Roman"; font-size: 11px; font-weight: bold; color: white !important; background-color: rgba(0, 0, 0, 0.6) !important; border: solid 1px LightGray !important; hi Hint::after content: attr(number); hi HintActive background: blue !important; color: #ffffff !important; hi HintElem background-color: inherit !important; "#ffffff !important; "font-color: #ffffff !important; hi HintImage opacity: .5; "禁用输入法 style -name commandline-ime chrome://* #dactyl-commandline-command input {ime-mode: inactive;} "StatusLine settings hi StatusLine color: #000000 !important; background-color: white !important; font-weight: bold !important; "font-size: 9pt !important; hi StatusLineBroken color: #000000 !important; background: #afafff !important; "font-size: 9pt !important; hi StatusLineSecure color: #000000 !important; background: #afffaf !important; "font-size: 9pt !important; |
|
4楼#
发布于:2010-12-16 14:29
楼主有试过在hi后面加上!强制不执行CSS检测来加快速度么??
DACTYL报错,但HELP里是有这个参数的,ORZ……还是我理解错误?? |
|
5楼#
发布于:2010-12-16 14:29
哪个help里有hi! 这种写法?
|
|
6楼#
发布于:2010-12-16 14:29
:hi[ghlight][!] [-append] {group}[selector] [css]
:help里的,另外STYLE!我试过,是非常正常的。 |
|