Changeset View
Changeset View
Standalone View
Standalone View
data/elementary/config/standard/base.src.in
1 | group "Elm_Config" struct { | 1 | group "Elm_Config" struct { | ||
---|---|---|---|---|---|
2 | value "config_version" int: 131094; | 2 | value "config_version" int: 131095; | ||
3 | value "entry_select_allow" uchar: 1; | 3 | value "entry_select_allow" uchar: 1; | ||
4 | value "engine" string: ""; | 4 | value "engine" string: ""; | ||
5 | value "vsync" uchar: 0; | 5 | value "vsync" uchar: 0; | ||
6 | value "thumbscroll_enable" uchar: 0; | 6 | value "thumbscroll_enable" uchar: 0; | ||
7 | value "thumbscroll_threshold" int: 4; | 7 | value "thumbscroll_threshold" int: 4; | ||
8 | value "thumbscroll_hold_threshold" int: 4; | 8 | value "thumbscroll_hold_threshold" int: 4; | ||
9 | value "thumbscroll_momentum_threshold" double: 100.0; | 9 | value "thumbscroll_momentum_threshold" double: 100.0; | ||
10 | value "thumbscroll_flick_distance_tolerance" int: 1000; | 10 | value "thumbscroll_flick_distance_tolerance" int: 1000; | ||
▲ Show 20 Lines • Show All 3242 Lines • ▼ Show 20 Line(s) | 3249 | group "Elm_Config_Binding_Key" struct { | |||
3253 | value "params" string: "next"; | 3253 | value "params" string: "next"; | ||
3254 | } | 3254 | } | ||
3255 | group "Elm_Config_Binding_Key" struct { | 3255 | group "Elm_Config_Binding_Key" struct { | ||
3256 | value "context" int: 0; | 3256 | value "context" int: 0; | ||
3257 | value "key" string: "KP_Next"; | 3257 | value "key" string: "KP_Next"; | ||
3258 | value "action" string: "move"; | 3258 | value "action" string: "move"; | ||
3259 | value "params" string: "next"; | 3259 | value "params" string: "next"; | ||
3260 | } | 3260 | } | ||
3261 | } | 3261 | } | ||
3262 | } | 3262 | } | ||
3263 | group "Elm_Config_Bindings_Widget" struct { | ||||
3264 | value "name" string: "Efl.Ui.Textbox"; | ||||
3265 | group "key_bindings" list { | ||||
3266 | group "Elm_Config_Binding_Key" struct { | ||||
3267 | value "context" int: 0; | ||||
3268 | value "key" string: "c"; | ||||
3269 | value "action" string: "copy"; | ||||
3270 | value "params" string: ""; | ||||
3271 | group "modifiers" list { | ||||
3272 | group "Elm_Config_Binding_Modifier" struct { | ||||
3273 | value "mod" string: "Control"; | ||||
3274 | value "flag" uchar: 1; | ||||
3275 | } | ||||
3276 | } | ||||
3277 | } | ||||
3278 | group "Elm_Config_Binding_Key" struct { | ||||
3279 | value "context" int: 0; | ||||
3280 | value "key" string: "x"; | ||||
3281 | value "action" string: "cut"; | ||||
3282 | value "params" string: ""; | ||||
3283 | group "modifiers" list { | ||||
3284 | group "Elm_Config_Binding_Modifier" struct { | ||||
3285 | value "mod" string: "Control"; | ||||
3286 | value "flag" uchar: 1; | ||||
3287 | } | ||||
3288 | } | ||||
3289 | } | ||||
3290 | group "Elm_Config_Binding_Key" struct { | ||||
3291 | value "context" int: 0; | ||||
3292 | value "key" string: "v"; | ||||
3293 | value "action" string: "paste"; | ||||
3294 | value "params" string: ""; | ||||
3295 | group "modifiers" list { | ||||
3296 | group "Elm_Config_Binding_Modifier" struct { | ||||
3297 | value "mod" string: "Control"; | ||||
3298 | value "flag" uchar: 1; | ||||
3299 | } | ||||
3300 | } | ||||
3301 | } | ||||
3302 | group "Elm_Config_Binding_Key" struct { | ||||
3303 | value "context" int: 0; | ||||
3304 | value "key" string: "menu"; | ||||
3305 | value "action" string: "menu"; | ||||
3306 | value "params" string: ""; | ||||
3307 | } | ||||
3308 | } | ||||
3309 | } | ||||
3263 | } | 3310 | } | ||
3264 | } | 3311 | } |