configureEndButtonBindings(uiBindingRegistry,
new MoveToLastColumnAction());
// Select all
uiBindingRegistry.registerKeyBinding(
new KeyEventMatcher(SWT.MOD1, 'a'), new SelectAllAction());
// Copy
uiBindingRegistry.registerKeyBinding(
new KeyEventMatcher(SWT.MOD1, 'c'), new CopyDataAction());