Fixed thumb-shift key table customization.
This commit is contained in:
parent
fb6fa6fed9
commit
ed61f08da5
@ -1 +1,24 @@
|
||||
From d38d276c4b6955a42088826f44174d96c4930043 Mon Sep 17 00:00:00 2001
|
||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||
Date: Tue, 19 Oct 2010 00:01:09 +0900
|
||||
Subject: [PATCH] Fixed thumb-shift key table customization.
|
||||
|
||||
---
|
||||
engine/thumb.py | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/engine/thumb.py b/engine/thumb.py
|
||||
index c4d01c0..98f95a9 100644
|
||||
--- a/engine/thumb.py
|
||||
+++ b/engine/thumb.py
|
||||
@@ -230,6 +230,7 @@ class ThumbShiftKeyboard:
|
||||
self.__handakuten = False
|
||||
self.__thumb_typing_rule_section = None
|
||||
self.__init_thumb_typing_rule()
|
||||
+ self.__init_layout_table()
|
||||
if self.__prefs != None:
|
||||
self.reset()
|
||||
self.__reset_shift_table(False)
|
||||
--
|
||||
1.7.2.1
|
||||
|
||||
|
@ -3,13 +3,13 @@
|
||||
%define require_pygtk2_version 2.15.2
|
||||
Name: ibus-anthy
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
# Patch0: ibus-anthy-HEAD.patch
|
||||
Patch0: ibus-anthy-HEAD.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -32,7 +32,7 @@ libanthy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# %patch0 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -60,11 +60,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 16 2010 Takao Fujiwara <tfujiwara@redhat.com> - 1.2.3
|
||||
* Mon Oct 18 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.3-2
|
||||
- Fixed thumb-shift key table customization.
|
||||
|
||||
* Sat Oct 16 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.3-1
|
||||
- Updated to 1.2.3
|
||||
- Updated translations.
|
||||
|
||||
* Fri Oct 15 2010 Takao Fujiwara <tfujiwara@redhat.com> - 1.2.2.20101015
|
||||
* Fri Oct 15 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.2.20101015-1
|
||||
- Updated to 1.2.2.20101015
|
||||
- Fixed Bug 643291 - ibus-anthy commit_first_segment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user