elm default config - change default select on focus to be disabled

this also fixes T3198 but only dave's comment.

@fix
This commit is contained in:
Carsten Haitzler 2016-07-25 11:05:37 +09:00
parent 89a3be8735
commit 892c126cf4
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ group "Elm_Config" struct {
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 1;
value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;

View File

@ -44,7 +44,7 @@ group "Elm_Config" struct {
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 1;
value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;

View File

@ -44,7 +44,7 @@ group "Elm_Config" struct {
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 1;
value "item_select_on_focus_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 1;
value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;