We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81067c commit 738a597Copy full SHA for 738a597
1 file changed
config/flags.go
@@ -40,12 +40,14 @@ const (
40
IBspellCheckWithRules
41
IBspellCheckWithDicts
42
IBautoCommitWithDelay
43
- _IBemojiDisabled //deprecated
+ _IBautoCommitWithMouseMovement //deprecated
44
+ _IBemojiDisabled //deprecated
45
IBpreeditElimination
46
_IBinputModeLookupTableEnabled //deprecated
47
IBautoCapitalizeMacro
48
_IBimQuickSwitchEnabled //deprecated
49
_IBrestoreKeyStrokesEnabled //deprecated
50
+ _IBmouseCapturing //deprecated
51
IBworkaroundForFBMessenger
52
IBworkaroundForWPS
53
IBstdFlags = IBspellCheckEnabled | IBspellCheckWithRules | IBautoNonVnRestore | IBddFreeStyle |
0 commit comments