We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2419322 commit fe21fa8Copy full SHA for fe21fa8
schemas/org.cinnamon.desktop.a11y.keyboard.gschema.xml.in
@@ -118,5 +118,13 @@
118
<default>'/usr/share/cinnamon/sounds/togglekeys-sound-off.ogg'</default>
119
<summary>Sound to use when turning caps/num lock off</summary>
120
</key>
121
+ <key name="always-show-text-caret" type="b">
122
+ <default>false</default>
123
+ <summary>Always show the text caret</summary>
124
+ <description>
125
+ This key overrides the hiding of the text caret in noneditable
126
+ text in applications.
127
+ </description>
128
+ </key>
129
</schema>
130
</schemalist>
0 commit comments