status: adjust Remove hotkeys to use Alt instead of Ctrl
commit4ff23a3215c19d1dba1d3d501f65da8567bf6c17
authorDavid Aguilar <davvid@gmail.com>
Sat, 11 Jul 2015 22:31:52 +0000 (11 15:31 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 11 Jul 2015 22:53:13 +0000 (11 15:53 -0700)
treeda248ed40fbfcbeacbac451b444f75ae1bf3998f
parente814b900d87837007ca79dfa4699aee67c120c5a
status: adjust Remove hotkeys to use Alt instead of Ctrl

Ctrl+Backspace is a text edit shortcut that deletes the last
word, but the status widget's "Delete Files" hotkey clobbers
this hotkey, despite the action being attached to a different
widget.

Use Alt+Backspace to avoid the clash.

Closes #453
Reported-by: Kirit Sælensminde <k@kirit.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmds.py