mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-20 02:40:52 +02:00
add an option to search the web from the app list
This commit is contained in:
parent
2d53562d58
commit
9216837879
5 changed files with 18 additions and 1 deletions
|
@ -140,6 +140,7 @@
|
|||
<string name="settings_enabled_gestures_edge_swipe_key" translatable="false">enabled_gestures.edge_actions</string>
|
||||
<string name="settings_enabled_gestures_edge_swipe_edge_width_key" translatable="false">enabled_gestures.edge_actions.edge_width</string>
|
||||
<string name="settings_functionality_search_auto_launch_key" translatable="false">functionality.search_auto_launch</string>
|
||||
<string name="settings_functionality_search_web_key" translatable="false">functionality.search_web</string>
|
||||
<string name="settings_functionality_search_auto_open_keyboard_key" translatable="false">functionality.search_auto_keyboard</string>
|
||||
|
||||
|
||||
|
|
|
@ -136,6 +136,8 @@
|
|||
<string name="settings_enabled_gestures_edge_swipe_summary">Swipe at the edge of the screen</string>
|
||||
<string name="settings_enabled_gestures_edge_swipe_edge_width">Edge width</string>
|
||||
<string name="settings_functionality_auto_launch">Launch search results</string>
|
||||
<string name="settings_functionality_search_web">Search the web</string>
|
||||
<string name="settings_functionality_search_web_summary">Press return while searching the app list to launch a web search.</string>
|
||||
<string name="settings_functionality_auto_keyboard">Start keyboard for search</string>
|
||||
|
||||
<string name="settings_launcher_sensitivity">Sensitivity</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue