vkeybd: allow to disable keyboard input #8377

This commit is contained in:
Robin Gareus 2020-08-26 03:42:05 +02:00
parent ec6237d703
commit fb2d33c6a3
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 8 additions and 1 deletions

View file

@ -3086,6 +3086,7 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_vkeybd_layout)
);
vkeybdlayout->add ("None", _("Mouse-only (no keyboard)"));
vkeybdlayout->add ("QWERTY", _("QWERTY"));
vkeybdlayout->add ("QWERTZ", _("QWERTZ"));
vkeybdlayout->add ("AZERTY", _("AZERTY"));