|
415 | 415 | <string name="dialog_message_cant_find_accessibility_settings_page">Your device doesn\'t seem to have an accessibility services settings page. Tap \"guide\" to read the online guide that explains how to fix this.</string> |
416 | 416 | <string name="dialog_message_parallel_trigger_order">The keys need to be listed from top to bottom in the order that they will be held down.</string> |
417 | 417 | <string name="dialog_message_sequence_trigger_explanation">A \"sequence\" trigger has a timeout unlike parallel triggers. This means after you press the first key, you will have a set amount of time to input the rest of the keys in the trigger. All the keys that you have added to the trigger won\'t do their usual action until the timeout has been reached. You can change this timeout in the "Options" tab.</string> |
418 | | - <string name="dialog_message_keycode_to_scancode_trigger_explanation">The pressed button was not recognized by the input system. In the past Key Mapper detected such buttons as one and the same. Currently the app tries to distinguish the button based on the scan code, which should be more unique. However, this is a makeshift incomplete solution, which doesn\'t guarantee uniqueness.</string> |
419 | 418 | <string name="dialog_message_bt_constraint_limitation">Android doesn\'t allow apps to get a list of connected (not paired) Bluetooth devices. Apps can only detect when they are connected and disconnected. So if your Bluetooth device is already connected to your device when the accessibility service starts, you will have to reconnect it for the app to know it is connected.</string> |
420 | 419 | <string name="dialog_message_change_location_or_disable">Change location or turn off automatic back up?</string> |
421 | 420 | <string name="dialog_message_screen_constraints_limitation">Screen on/off constraints will only work if you have turned on the \"detect trigger when screen is off\" key map option. This option will only show for some keys (e.g volume buttons) and if you are rooted. See a list of supported keys on the Help page.</string> |
|
493 | 492 | <string name="drag_handle_for">Drag handle for %1$s</string> |
494 | 493 | <string name="show_example">Show example</string> |
495 | 494 |
|
| 495 | + <string name="dialog_title_keycode_to_scancode_trigger_explanation">Unrecognized key code</string> |
| 496 | + <string name="dialog_message_keycode_to_scancode_trigger_explanation">The pressed button was not recognized by the input system. In the past Key Mapper detected such buttons as one and the same. Currently the app tries to distinguish the button based on the scan code, which should be more unique. However, this is a makeshift incomplete solution, which doesn\'t guarantee uniqueness.</string> |
| 497 | + |
496 | 498 | <string name="pos_done">Done</string> |
497 | 499 | <string name="pos_grant_write_secure_settings_guide">Guide</string> |
498 | 500 | <string name="pos_start_service_with_adb_guide">Guide</string> |
|
504 | 506 | <string name="pos_apply">Apply</string> |
505 | 507 | <string name="pos_discard_changes">Discard changes</string> |
506 | 508 | <string name="pos_save">Save</string> |
| 509 | + <string name="pos_understood">Understood</string> |
507 | 510 |
|
508 | 511 | <string name="neg_turn_off">Turn off</string> |
509 | 512 | <string name="neg_cancel">Cancel</string> |
|
0 commit comments