Key.addListener(_root) _root.onKeyDown = function() { if (Key.isDown(17) && Key.isDown(83)) { trace("Нажаты: ctrl+s"); } };