diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index e923edda..b7e7d92a 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -191,7 +191,9 @@ Ox.List = function(options, self) { addItem('shift'); }, key_control_v: pasteItems, - key_control_x: cutItems, + key_control_x: function() { + cutItems(); + }, key_control_shift_x: function() { cutItems(true); },