Created
February 17, 2012 06:49
-
-
Save shugo/1851382 to your computer and use it in GitHub Desktop.
disabling XChat's shortcut key Ctrl-m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/fe-gtk/menu.c.orig 2012-02-17 15:45:48.845535697 +0900 | |
+++ src/fe-gtk/menu.c 2012-02-17 15:40:04.000000000 +0900 | |
@@ -1646,7 +1646,7 @@ | |
{N_("Raw Log..."), menu_rawlog, 0, M_MENUITEM, 0, 0, 1}, /* 62 */ | |
{N_("URL Grabber..."), url_opengui, 0, M_MENUITEM, 0, 0, 1}, | |
{0, 0, 0, M_SEP, 0, 0, 0}, | |
- {N_("Reset Marker Line"), menu_resetmarker, 0, M_MENUITEM, 0, 0, 1, GDK_m}, | |
+ {N_("Reset Marker Line"), menu_resetmarker, 0, M_MENUITEM, 0, 0, 1, 0}, | |
{N_("C_lear Text"), menu_flushbuffer, GTK_STOCK_CLEAR, M_MENUSTOCK, 0, 0, 1, GDK_l}, | |
#define SEARCH_OFFSET 67 | |
{N_("Search Text..."), menu_search, GTK_STOCK_FIND, M_MENUSTOCK, 0, 0, 1, GDK_f}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Packages for Ubuntu 11.10:
http://shugo.net/tmp/xchat-common_2.8.8-3ubuntu8.shugo1_all.deb
http://shugo.net/tmp/xchat_2.8.8-3ubuntu8.shugo1_i386.deb