allow using other actionmap for InfobarSeekActions, only return MARKS in getNearestCu...
[enigma2.git] / lib / driver / rc.h
index e9542ca8facdea18cb5fa2ed580894eafd5d207e..6653189af475dc9541a736c1f1b1901562cc3cae 100644 (file)
@@ -127,7 +127,8 @@ public:
        enum
        {
                flagBreak=1,
-               flagRepeat=2
+               flagRepeat=2,
+               flagAscii=4
        };
        
        bool operator<(const eRCKey &r) const
@@ -215,10 +216,6 @@ public:
           lock the console and pass this as the console fd for making the
           tc* stuff working.
        */
-       
-       enum { kmNone, kmAscii, kmAll };
-       void setKeyboardMode(int mode) { keyboardMode = mode; }
-       int  getKeyboardMode() { return keyboardMode; }
 
        void keyPressed(const eRCKey &key)
        {
@@ -232,6 +229,9 @@ public:
 
        eRCConfig config;
 #endif
+       enum { kmNone, kmAscii, kmAll };
+       void setKeyboardMode(int mode) { keyboardMode = mode; }
+       int  getKeyboardMode() { return keyboardMode; }
        static eRCInput *getInstance() { return instance; }
        int lock();
        void unlock();