remove uiCmd

This commit is contained in:
Kushan Joshi
2017-02-17 15:00:23 +05:30
committed by Bryan Housel
parent 47164d8f15
commit 957c75a7cc
+1 -1
View File
@@ -6,7 +6,7 @@ import { t } from '../util/locale';
import { shortcuts as shortcutsData } from '../../data';
export function uiShortcuts() {
var key = uiCmd('⇧/');
var key = '⇧/';
var activeTab = 0;
function shortcuts(selection) {