Zoom key conflict with international keyboards

Change zoom key to only use keysym.sym, like all the other keyboard
controls. This may mean it is no longer the 'z' key on all
systems, but will prevent it conflicting with the
other keyboard controls.
This commit is contained in:
jacksonmj
2011-02-21 06:38:19 +08:00
committed by FacialTurd
parent 1419337374
commit 6f2965d0d0
3 changed files with 3 additions and 8 deletions

View File

@@ -154,8 +154,6 @@ extern char search_expr[256];
extern char *tag_names[TAG_MAX];
extern int tag_votes[TAG_MAX];
extern int Z_keysym;
extern int zoom_en;
extern int zoom_x, zoom_y;
extern int zoom_wx, zoom_wy;