1 /* 2 * Copyright 1999-2009 Haiku Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Jeremy Friesner 7 */ 8 9 10 #include "ShortcutsApp.h" 11 #include "KeyInfos.h" 12 13 int main(int argc, char** argv) 14 { 15 InitKeyIndices(); 16 (new ShortcutsApp)->Run(); 17 delete be_app; 18 } 19