>>>>> Brian Dembinski writes:

 Brian>   Hi guys. I've been waiting to post but his problem is very
 Brian> similar to mine so I'll do it now.  I'd like to know if it's
 Brian> possible to have the keyboard act like it's in raw keyboard
 Brian> mode, except that by pressing 'ctrl_alt_fn' you can change
 Brian> between the different consoles in Linux.  Is this possible?
 Brian> Thanks.

        Yoy can redefine the console layout. This is a piece of mine:

keycode 109 = Next            
        shift   keycode 109 = F66
        control keycode 109 = F67
        alt     keycode 109 = F68
        shift   control keycode 109 = F166
        altgr   shift   keycode 109 = F66
        altgr   control keycode 109 = F67
        altgr   alt     keycode 109 = F68
        altgr   shift   control keycode 109 = F166
        shift   alt     keycode 109 = Scroll_Forward  
        altgr   shift   alt     keycode 109 = Scroll_Forward  
string F66 = "\036s\036K3"
string F67 = "\036c\036K3"
string F68 = "\036a\036K3"
string F166 = "\036s\036c\036K3"

-- 
  Sergey Suleymanov

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to