- inputmap1 = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
- inputmap1.Remove(new FarPoint.Win.Spread.Keystroke(Keys.C, Keys.ControlKey));
- inputmap1.Put(new FarPoint.Win.Spread.Keystroke(Keys.C, Keys.ControlKey), FarPoint.Win.Spread.SpreadActions.ClipboardCopyValues);
复制代码 |