diff --git a/data/key-mapper.glade b/data/key-mapper.glade index 8f80c158..8dc2dfc5 100644 --- a/data/key-mapper.glade +++ b/data/key-mapper.glade @@ -834,7 +834,7 @@ 140 True False - Click on a cell below and hit a key on your device. Click the "Apply Defaults" beforehand. + Click on a cell below and hit a key on your device. Click the "Restore Defaults" beforehand. 5 5 Key diff --git a/keymapper/gtk/window.py b/keymapper/gtk/window.py index 40725831..08b7b67e 100755 --- a/keymapper/gtk/window.py +++ b/keymapper/gtk/window.py @@ -293,7 +293,7 @@ class Window: # because the device is in grab mode by the daemon and # therefore the original keycode inaccessible logger.info('Cannot change keycodes while injecting') - self.show_status(CTX_ERROR, 'Use "Apply Defaults" before editing') + self.show_status(CTX_ERROR, 'Use "Restore Defaults" before editing') def get_focused_row(self): """Get the Row and its child that is currently in focus.""" diff --git a/readme/usage.md b/readme/usage.md index 24170668..20486982 100644 --- a/readme/usage.md +++ b/readme/usage.md @@ -17,7 +17,7 @@ row (as shown in the screenshots). For changes to take effect, save the preset first. Otherwise, the daemon won't be able to know about your changes. Afterwards press the "Apply" button. -To change the mapping, you need to use the "Apply Defaults" button, so that +To change the mapping, you need to use the "Restore Defaults" button, so that the application can read the original keycode. It would otherwise be invisible since the daemon maps it independently of the GUI.