Added mouse_left configuration, defaults to original function (Issue 459, 397)
git-svn-id: http://tint2.googlecode.com/svn/trunk@676 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -644,6 +644,8 @@ void add_entry (char *key, char *value)
|
||||
}
|
||||
|
||||
/* Mouse actions */
|
||||
else if (strcmp (key, "mouse_left") == 0)
|
||||
get_action (value, &mouse_left);
|
||||
else if (strcmp (key, "mouse_middle") == 0)
|
||||
get_action (value, &mouse_middle);
|
||||
else if (strcmp (key, "mouse_right") == 0)
|
||||
|
||||
Reference in New Issue
Block a user