diff options
-rw-r--r-- | packaging/xkb-tizen-data.spec | 2 | ||||
-rw-r--r-- | xkb/xkb.rule | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/packaging/xkb-tizen-data.spec b/packaging/xkb-tizen-data.spec index 95f12ec..5ae0f85 100644 --- a/packaging/xkb-tizen-data.spec +++ b/packaging/xkb-tizen-data.spec @@ -29,6 +29,7 @@ rm -rf %{buildroot} # install service %__mkdir_p %{buildroot}/%{TZ_SYS_RO_SHARE}/X11/xkb %__cp -f xkb/tizen_key_layout.txt %{buildroot}/%{TZ_SYS_RO_SHARE}/X11/xkb/tizen_key_layout.txt +%__cp -f xkb/xkb.rule %{buildroot}/%{TZ_SYS_RO_SHARE}/X11/xkb/xkb.rule # for license notification mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license @@ -43,3 +44,4 @@ cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/licens %defattr(-,root,root,-) %{TZ_SYS_RO_SHARE}/license/%{name} %{TZ_SYS_RO_SHARE}/X11/xkb/tizen_key_layout.txt +%{TZ_SYS_RO_SHARE}/X11/xkb/xkb.rule diff --git a/xkb/xkb.rule b/xkb/xkb.rule new file mode 100644 index 0000000..4520d66 --- /dev/null +++ b/xkb/xkb.rule @@ -0,0 +1,5 @@ +rules=evdev +model=pc105 +layout=us +variant= +options= |