Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1383)

Unified Diff: x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch

Issue 5958007: keyboard: Don't clear Control on Control-Alt-Backspace. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | x11-misc/xkeyboard-config/xkeyboard-config-1.7-r15.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch
diff --git a/x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch b/x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch
index 8a1e5b31ae993c4cd0bab56116e3715aa3639ec4..0b28809ca6bf5c15c622c49d8f613703005a4d39 100644
--- a/x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch
+++ b/x11-misc/xkeyboard-config/files/xkeyboard-config-1.7-backspace-and-arrow-keys.patch
@@ -1,5 +1,5 @@
diff --git a/symbols/pc b/symbols/pc
-index 9f3da66..fb93e7b 100644
+index 9f3da66..bccf56b 100644
--- a/symbols/pc
+++ b/symbols/pc
@@ -19,7 +19,16 @@ xkb_symbols "pc105" {
@@ -14,7 +14,7 @@ index 9f3da66..fb93e7b 100644
+ actions[Group1] = [
+ NoAction(),
+ RedirectKey(key=<DELE>, clearmods=Alt),
-+ RedirectKey(key=<DELE>, clearmods=Control+Alt)
++ RedirectKey(key=<DELE>, clearmods=Alt)
+ ]
+ };
« no previous file with comments | « no previous file | x11-misc/xkeyboard-config/xkeyboard-config-1.7-r15.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698