Changeset 1414 in ProjectBuilder for devel/pb-modules/etc/pb.conf


Ignore:
Timestamp:
Feb 23, 2012, 8:44:04 PM (12 years ago)
Author:
Bruno Cornec
Message:

r4400@localhost: bruno | 2012-02-21 13:15:45 +0100

  • Start adding keyboard capture support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.conf

    r1413 r1414  
    555555ospathcmd-keyfile rpm = /etc/sysconfig/keyboard
    556556ospathcmd-keyfile slackware = /etc/rc.d/rc.keymap
    557 ospathcmd-keyfile debian = /etc/rc.config,/etc/console/boottime.kmap.gz
     557ospathcmd-keyfile debian = /etc/console/boottime.kmap.gz
    558558ospathcmd-keyfile ubuntu = /etc/console-setup/boottime.kmap.gz,/etc/console-setup/cached.kmap.gz
    559559ospathcmd-keyfile arch = /etc/rc.conf
     
    563563# ???
    564564ospathcmd-keymapdir slackware = /usr/share/kbd/keymaps
     565# Regular expression to find the locale in the keymap file
     566ospathcmd-keymapre rpm = s/^KEYTABLE="([[:alpha:]]+)"/$1/
     567ospathcmd-keymapre arch = s/^KEYMAP="([[:alpha:]]+)"/$1/
     568ospathcmd-keymapre gentoo = s/^KEYMAP="([[:alpha:]]+)"/$1/
     569ospathcmd-keymapre slack = s/\w\s([[:alpha:]]+.map)/$1/
    565570
    566571# Some path for commands may defer from one system to another
Note: See TracChangeset for help on using the changeset viewer.