~ubuntu-branches/ubuntu/trusty/fcitx/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/fcitx/configfile.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-02-10 17:03:56 UTC
  • mfrom: (1.3.18) (33.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130210170356-2yuv6xy3ed378kn0
Tags: 1:4.2.7-1
* New upstream release.
* New binary packages:
  - fcitx-libs-gclient: D-Bus client library for Glib
  - fcitx-libs-qt: D-Bus client library for Qt
  - fcitx-module-quickphrase-editor: Quick Phrase editor module

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        SWITCHKEY_ALT_R_SHIFT = 5,
46
46
        SWITCHKEY_CTRL_BOTH = 6,
47
47
        SWITCHKEY_SHIFT_BOTH = 7,
48
 
        SWITCHKEY_None = 8
 
48
        SWITCHKEY_LALT = 8,
 
49
        SWITCHKEY_RALT = 9,
 
50
        SWITCHKEY_ALT_BOTH = 10,
 
51
        SWITCHKEY_None = 11
49
52
    } FcitxSwitchKey;
50
53
 
51
54
    /** switch key for change current input method */
121
124
            FcitxHotkey hkInactivate[2];
122
125
            int dummy2[8];
123
126
        };
124
 
        int padding[43]; /**< padding */
 
127
 
 
128
        boolean bUseExtraTriggerKeyOnlyWhenUseItToInactivate;
 
129
 
 
130
        boolean bShowInputWindowWhenFocusIn;
 
131
 
 
132
        boolean bShowInputWindowOnlyWhenActive;
 
133
 
 
134
        boolean bIMSwitchIncludeInactive;
 
135
        union {
 
136
            FcitxHotkey prevWord[2];
 
137
            int _dummy4[8];
 
138
        };
 
139
        union {
 
140
            FcitxHotkey nextWord[2];
 
141
            int _dummy5[8];
 
142
        };
 
143
        union {
 
144
            FcitxHotkey hkReloadConfig[2];
 
145
            int _dummy6[8];
 
146
        };
 
147
        int padding[15]; /**< padding */
125
148
    } FcitxGlobalConfig;
126
149
 
127
150
    /**