File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#include " globalconfig.h"
9
9
#include < cstdint>
10
+ #include < memory>
11
+ #include < string>
12
+ #include < vector>
10
13
#include " fcitx-config/configuration.h"
11
14
#include " fcitx-config/enum.h"
12
15
#include " fcitx-config/iniparser.h"
13
16
#include " fcitx-config/option.h"
17
+ #include " fcitx-config/rawconfig.h"
14
18
#include " fcitx-utils/eventloopinterface.h"
15
19
#include " fcitx-utils/i18n.h"
20
+ #include " fcitx-utils/key.h"
16
21
#include " fcitx-utils/macros.h"
22
+ #include " fcitx-utils/misc.h"
17
23
#include " config.h"
18
24
#include " inputcontextmanager.h"
19
25
@@ -141,14 +147,15 @@ FCITX_CONFIGURATION(
141
147
modifierOnlyKeyTimeout{
142
148
this ,
143
149
" ModifierOnlyKeyTimeout" ,
144
- _ (" Modifier Only Hotkey Timeout in Milliseconds" ),
150
+ _ (" Time limit in milliseconds for triggering modifier key "
151
+ " shortcuts" ),
145
152
250 ,
146
153
IntConstrain{-1 , 5000 },
147
154
{},
148
155
ToolTipAnnotation{
149
156
_ (" When using modifier only hotkey, the action may "
150
- " only be triggered if it is released within the timeout. -1 "
151
- " means there is no timeout ." )}};);
157
+ " only be triggered if the modifier key is released within "
158
+ " the timeout. -1 means there is no limit ." )}};);
152
159
153
160
FCITX_CONFIGURATION (
154
161
BehaviorConfig, Option<bool > activeByDefault{this , " ActiveByDefault" ,
You can’t perform that action at this time.
0 commit comments