- n_suse-ctrl-alt-bksp-terminate.patch

* removed the hunk, which made Shift-RCTL and Shift-RALT the
    default Compose key (bsc#1059438)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=136
This commit is contained in:
Stefan Dirsch 2017-10-10 12:29:19 +00:00 committed by Git OBS Bridge
parent a8c30211e4
commit c4458228de
2 changed files with 7 additions and 16 deletions

View File

@ -1,5 +1,3 @@
-- Add Multi_key to Control_R to get compose.Index: xkeyboard-config-2.1/rules/evdev.m_s.part
diff -u -r xkeyboard-config-2.16.orig/rules/evdev.m_s.part xkeyboard-config-2.16/rules/evdev.m_s.part
--- xkeyboard-config-2.16.orig/rules/evdev.m_s.part 2015-10-20 16:46:14.666938000 +0200
+++ xkeyboard-config-2.16/rules/evdev.m_s.part 2015-10-20 16:47:50.094095000 +0200
@ -12,17 +10,3 @@ diff -u -r xkeyboard-config-2.16.orig/rules/evdev.m_s.part xkeyboard-config-2.16
+ chromebook = +inet(evdev)+inet(chromebook)+terminate(ctrl_alt_bksp)
+ applealu_jis = +inet(evdev)+macintosh_vndr/jp(alujiskeys)+terminate(ctrl_alt_bksp)
+ * = +inet(evdev)+terminate(ctrl_alt_bksp)
diff -u -r xkeyboard-config-2.16.orig/symbols/pc xkeyboard-config-2.16/symbols/pc
--- xkeyboard-config-2.16.orig/symbols/pc 2015-10-20 16:46:13.091936000 +0200
+++ xkeyboard-config-2.16/symbols/pc 2015-10-20 16:46:28.915956000 +0200
@@ -27,8 +27,8 @@
key <LWIN> { [ Super_L ] };
key <RTSH> { [ Shift_R ] };
- key <RCTL> { [ Control_R ] };
- key <RWIN> { [ Super_R ] };
+ key <RCTL> { [ Control_R, Multi_key ] };
+ key <RWIN> { [ Super_R, Multi_key ] };
key <MENU> { [ Menu ] };
// Beginning of modifier mappings.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 10 12:06:17 UTC 2017 - sndirsch@suse.com
- n_suse-ctrl-alt-bksp-terminate.patch
* removed the hunk, which made Shift-RCTL and Shift-RALT the
default Compose key (bsc#1059438)
-------------------------------------------------------------------
Thu Oct 5 12:15:30 UTC 2017 - tobias.johannes.klausmann@mni.thm.de