UNPKG

149 BJavaScriptView Raw
1import simulateKey from '../simulate-key';
2
3export default function(plugin, change) {
4 return plugin.onKeyDown(simulateKey('tab'), change, {});
5}