Update to 2.3.0
- Update translations from zanata (de, ja, uk updated) - Commit the current preëdit when the focus changes - When preëdit empty or lookup table not enabled by key: clear the lookup table - Make key bindings configurable (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/15) - Correct tooltips for the “up” and “down” buttons for input methods dictionaries
This commit is contained in:
parent
2ddff35495
commit
897926d97a
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
|||||||
/ibus-typing-booster-2.1.4.tar.gz
|
/ibus-typing-booster-2.1.4.tar.gz
|
||||||
/ibus-typing-booster-2.2.0.tar.gz
|
/ibus-typing-booster-2.2.0.tar.gz
|
||||||
/ibus-typing-booster-2.2.1.tar.gz
|
/ibus-typing-booster-2.2.1.tar.gz
|
||||||
|
/ibus-typing-booster-2.3.0.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.2.1
|
Version: 2.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -138,6 +138,7 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/autocommitcharacters "''
|
|||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/pagesize 6
|
dconf write /org/freedesktop/ibus/engine/typing-booster/pagesize 6
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/shownumberofcandidates true
|
dconf write /org/freedesktop/ibus/engine/typing-booster/shownumberofcandidates true
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/showstatusinfoinaux true
|
dconf write /org/freedesktop/ibus/engine/typing-booster/showstatusinfoinaux true
|
||||||
|
dconf write /org/freedesktop/ibus/engine/typing-booster/keybindings "{'next_input_method': <['Control+Down', 'Control+KP_Down']>, 'previous_input_method': <['Control+Up', 'Control+KP_Up']>, 'lookup_related': <['Mod5+F12']>, 'enable_lookup': <['Tab', 'ISO_Left_Tab', 'KP_Divide']>, 'select_next_candidate': <['Tab', 'ISO_Left_Tab', 'Down', 'KP_Down']>, 'lookup_table_page_down': <['Page_Down', 'KP_Page_Down', 'KP_Next']>, 'toggle_emoji_prediction': <['Mod5+F6']>, 'lookup_table_page_up': <['Page_Up', 'KP_Page_Up', 'KP_Prior']>, 'toggle_off_the_record': <['Mod5+F9']>, 'cancel': <['Escape']>, 'setup': <['Mod5+F10']>, 'select_previous_candidate': <['Shift+Tab', 'Shift+ISO_Left_Tab', 'Up', 'KP_Up']>}"
|
||||||
dconf dump /
|
dconf dump /
|
||||||
ibus-daemon -drx
|
ibus-daemon -drx
|
||||||
make check || cat ./tests/test-suite.log
|
make check || cat ./tests/test-suite.log
|
||||||
@ -174,6 +175,16 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 05 2018 Mike FABIAN <mfabian@redhat.com> - 2.3.0-1
|
||||||
|
- Update to 2.3.0
|
||||||
|
- Update translations from zanata (de, ja, uk updated)
|
||||||
|
- Commit the current preëdit when the focus changes
|
||||||
|
- When preëdit empty or lookup table not enabled by key: clear the lookup table
|
||||||
|
- Make key bindings configurable
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/15)
|
||||||
|
- Correct tooltips for the “up” and “down” buttons for
|
||||||
|
input methods dictionaries
|
||||||
|
|
||||||
* Wed Nov 28 2018 Mike FABIAN <mfabian@redhat.com> - 2.2.1-1
|
* Wed Nov 28 2018 Mike FABIAN <mfabian@redhat.com> - 2.2.1-1
|
||||||
- Update to 2.2.1
|
- Update to 2.2.1
|
||||||
- Update translations from zanata (pl, uk updated)
|
- Update translations from zanata (pl, uk updated)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.2.1.tar.gz) = a162d12f26af930f95be97f9be43bd85013c6deba20283c48b74d32d83bc28f2434654165983f229b3c6332bdf28b2f5c95977a2700664bef881ee19509d6421
|
SHA512 (ibus-typing-booster-2.3.0.tar.gz) = abd9e67087b508b2e0a8198cf0b7c0f78151da66c10d8dcba031ec01e38d638aab53fd904e810aa3f8e6c346097912171f55f2daaba8df5ee883a1282aff996e
|
||||||
|
Loading…
Reference in New Issue
Block a user