From ad6da074db017f4476e2b12b5eca57a93b61f7d2 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Mon, 24 Jan 2011 21:19:36 +0000 Subject: [PATCH] Forgotten file for Issue 400 : Button for changing stylus click into right click behavior git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1696 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- share/grafx2/gfx2def.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/share/grafx2/gfx2def.ini b/share/grafx2/gfx2def.ini index 99bec840..b05c8ef8 100644 --- a/share/grafx2/gfx2def.ini +++ b/share/grafx2/gfx2def.ini @@ -366,4 +366,12 @@ ; the same dimensions. Sync_views = YES; (Default YES) + ; This setting determines which key inverts the mouse buttons + ; when it's held : A left click is then interpreted as a right-click. + ; It's especially useful for one-button controllers, + ; such as touchscreens and tablets. + ; Possible values are 0 (none), 1 (control), 2 (alt) + + Swap_buttons = 1; (Default 1) + ; end of configuration