/* * Copyright 1999-2009 Jeremy Friesner * Copyright 2009-2010 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Jeremy Friesner */ #include #include #include "KeyInfos.h" #include "ShortcutsApp.h" int main(int argc, char** argv) { InitKeyIndices(); ShortcutsApp app; app.Run(); }