]> git.rm.cloudns.org Git - xonotic/netradiant.git/commitdiff
Garux: revert custom binds
authorThomas Debesse <dev@illwieckz.net>
Mon, 11 Feb 2019 07:27:47 +0000 (08:27 +0100)
committerThomas Debesse <dev@illwieckz.net>
Mon, 11 Feb 2019 07:27:47 +0000 (08:27 +0100)
radiant/surfacedialog.cpp

index bb26225dbd0a0528e14ff57f95145effe64a2f6e..dbf3666e22264b49b457993eaf3f371acf9c6052 100644 (file)
@@ -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) );