]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.cpp
Special patch by ggn. :-)
[virtualjaguar] / src / gui / mainwin.cpp
index 042e607d099025aa42529b9abf486950ee2b7095..3a4a6207f4d70af8e075e86ce6a775122181afdc 100644 (file)
@@ -469,6 +469,22 @@ void MainWin::keyPressEvent(QKeyEvent * e)
                e->accept();
                return;
        }
+       else if (e->key() == Qt::Key_F8)
+       {
+               // ggn: For extra NYAN pleasure...
+               // ggn: There you go James :P
+               // Shamus: Thanks for the patch! :-D
+               WriteLog("    o  +           +        +\n");
+               WriteLog("+        o     o       +        o\n");
+               WriteLog("-_-_-_-_-_-_-_,------,      o \n");
+               WriteLog("_-_-_-_-_-_-_-|   /\\_/\\  \n");
+               WriteLog("-_-_-_-_-_-_-~|__( ^ .^)  +     +  \n");
+               WriteLog("_-_-_-_-_-_-_-\"\"  \"\"      \n");
+               WriteLog("+      o         o   +       o\n");
+               WriteLog("    +         +\n");
+               e->accept();
+               return;
+       }
 
 /*
 This is done now by a QAction...