In a new Swing project I was missing the alternative set of cut/copy/paste shortcuts and also the ability to quickly delete all characters up to the start or end of the current word.
I had done this before, but wasn't able to dig up the code again. Neither did Google find any code I could simply borrow.
So, here's how I implemented those, both for your and for my future reference.
Usually to add...