From: Thomas Debesse Date: Mon, 11 Feb 2019 07:27:47 +0000 (+0100) Subject: Garux: revert custom binds X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bb2a8d83173d43948ce005449ad1200d5645f106;p=xonotic%2Fnetradiant.git Garux: revert custom binds --- diff --git a/radiant/surfacedialog.cpp b/radiant/surfacedialog.cpp index bb26225d..dbf3666e 100644 --- a/radiant/surfacedialog.cpp +++ b/radiant/surfacedialog.cpp @@ -1415,7 +1415,7 @@ void SurfaceInspector_registerPreferencesPage(){ } void SurfaceInspector_registerCommands(){ - GlobalCommands_insert( "FitTexture", makeCallbackF(SurfaceInspector_FitTexture), Accelerator( 'F', (GdkModifierType)GDK_SHIFT_MASK ) ); + GlobalCommands_insert( "FitTexture", makeCallbackF(SurfaceInspector_FitTexture), Accelerator( 'B', (GdkModifierType)GDK_SHIFT_MASK ) ); GlobalCommands_insert( "SurfaceInspector", makeCallbackF(SurfaceInspector_toggleShown), Accelerator( 'S' ) ); GlobalCommands_insert( "FaceCopyTexture", makeCallbackF(SelectedFaces_copyTexture) );