Address Issue 1897: Pressing letter keys STARTS local chat

Option lives in Text Chat preferences. "Letter keys start typing into local chat"

Code is from upstream..ish
This commit is contained in:
Inusaito Sayori
2015-04-19 18:59:17 -04:00
parent b28e4e06ae
commit 9f06333a86
3 changed files with 25 additions and 0 deletions

View File

@@ -4219,6 +4219,17 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>LetterKeysFocusChatBar</key>
<map>
<key>Comment</key>
<string>When printable characters keys (possibly with Shift held) are pressed, the chatbar takes focus</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<boolean>0</boolean>
</map>
<key>ChatBubbleOpacity</key>
<map>
<key>Comment</key>