搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I use AutoHotKey 1.1 to change caret blinking rate in all system (Win7 hb) when i change keyboard layout. Its work anywhere only in FF 4. Is there any command i can send in FF to change caret blinking rate?

  • 3 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

I use AutoHotKey 1.1 to change caret blinking rate in all system (Win7 hb) when i change keyboard layout. Its work anywhere only in FF 4. Is there any command i can send in FF to change caret blinking rate?

I use AutoHotKey 1.1 to change caret blinking rate in all system (Win7 hb) when i change keyboard layout. Its work anywhere only in FF 4. Is there any command i can send in FF to change caret blinking rate?

所有回复 (3)

more options

You can create this integer pref to control the caret blink time.

ui.caretBlinkTime (milliseconds;use 0 to disable blink)

See:

more options

Thank you for your response! You made my day :)

more options

You're welcome