![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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?
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)
You can create this integer pref to control the caret blink time.
ui.caretBlinkTime (milliseconds;use 0 to disable blink)
See:
Thank you for your response! You made my day :)
You're welcome