X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fconfig.h;fp=vg%2Fconfig.h;h=6bfb31161a83572a75a2b5adc13fc9572fe4a5d3;hb=cc51e344cfe81fe418d44fcfa91e55bb1b4f89d0;hp=34df41fd60aa06c9226ab807d5b8c3652000c989;hpb=645256c093eb322b93980dc59b014d1a05629d1d;p=fishladder.git diff --git a/vg/config.h b/vg/config.h index 34df41f..6bfb311 100644 --- a/vg/config.h +++ b/vg/config.h @@ -4,7 +4,8 @@ static struct button_binding vg_button_binds[] = { { .name = "primary", .bind = GLFW_MOUSE_BUTTON_LEFT }, { .name = "secondary", .bind = GLFW_MOUSE_BUTTON_RIGHT }, - { .name = "noclip", .bind = GLFW_KEY_V, }, + { .name = "tertiary", .bind = GLFW_MOUSE_BUTTON_MIDDLE }, + { .name = "noclip", .bind = GLFW_KEY_V }, { .name = "go", .bind = GLFW_KEY_SPACE }, { .name = "prev", .bind = GLFW_KEY_N }, { .name = "next", .bind = GLFW_KEY_M }