dont select generated bricks; ctrl+select generated bricks selects parent; remove copy
This commit is contained in:
@ -8,9 +8,9 @@ function ndRegisterKeybinds() {
|
||||
|
||||
$RemapDivision[$RemapCount] = "New Duplicator";
|
||||
|
||||
$RemapName[$RemapCount] = "Copy Selection (Ctrl C)";
|
||||
$RemapCmd[$RemapCount] = "ndInputCopy";
|
||||
$RemapCount++;
|
||||
//$RemapName[$RemapCount] = "Copy Selection (Ctrl C)";
|
||||
//$RemapCmd[$RemapCount] = "ndInputCopy";
|
||||
//$RemapCount++;
|
||||
//$RemapName[$RemapCount] = "Paste Selection (Ctrl V)";
|
||||
//$RemapCmd[$RemapCount] = "ndInputPaste";
|
||||
//$RemapCount++;
|
||||
@ -104,7 +104,7 @@ function clientCmdNdEnableKeybinds(%bool)
|
||||
|
||||
//Input handlers
|
||||
function ndInputNewDuplicator (%bool) {if(!%bool)return; commandToServer('newDuplicator' );}
|
||||
function ndInputCopy (%bool) {if(!%bool)return; commandToServer('ndCopy' );}
|
||||
//function ndInputCopy (%bool) {if(!%bool)return; commandToServer('ndCopy' );}
|
||||
//function ndInputPaste (%bool) {if(!%bool)return; commandToServer('ndPaste' );}
|
||||
function ndInputCut (%bool) {if(!%bool)return; commandToServer('ndCut' );}
|
||||
function ndInputFillWrench (%bool) {if(!%bool)return; commandToServer('fillWrench' );}
|
||||
|
Reference in New Issue
Block a user