RTL Right to Left Settings

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

RTL Right to Left Settings

Post by void »

The following Everything.ini options are available to tweak RTL settings:

rtl_listview_edit
  • Show a Right to left edit box when renaming a result.
    0 = disable (Default)
    1 = enable.
force_path_ltr_order
  • Always show path parts in Left to Right order.
    0 = disable
    1 = enable (Default).
force_path_left_align
  • Always left align the path column.
    0 = disable
    1 = enable (Default).
date_time_order
  • must be one of the following values:
    0 = Date Time for LTR localizations, Time Date for RTL localizations (Default)
    1 = Date Time
    2 = Time Date
date_time_align
  • must be one of the following values:
    0 = Left align for LTR localizations, Right align for RTL localizations
    1 = Left align (Default)
    2 = Right align
    3 = Right align for LTR localizations, Left align for RTL localizations
size_align
  • must be one of the following values:
    0 = Left align for LTR localizations, Right align for RTL localizations
    1 = Left align
    2 = Right align
    3 = Right align for LTR localizations, Left align for RTL localizations (Default)
invert_layout
  • Toggle the reading layout between Left to Right and Right to Left.
    0 = disable (Default)
    1 = invert.
update_layout_on_input_language_change
  • Update the reading layout when the user changes the input language.
    Layout is only changed if the search box is empty.
    0 = disable (Default)
    1 = enable.
control_shift_action
  • Control the action for Left Shift + Left Control or Right Shift + Right Control.
    Can be one of the following values:
    0 = do nothing
    1 = change input
    2 = change layout
    3 = change input and layout (Default)
change_search_rtl_reading_action
  • Control the action when changing the reading order from the search edit.
    Can be one of the following values:
    0 = do nothing
    1 = change input
    2 = change layout
    3 = change input and layout (Default)
invert_layout_action
  • Control the action when changing the reading order from the view menu.
    Can be one of the following values:
    0 = do nothing
    1 = change input
    2 = change layout
    3 = change input and layout (Default)
Requires Everything 1.4.1 or later.
Post Reply