Results 1 to 2 of 2

Thread: Mapping HAL's .fdi expression to Xorg expression

  1. #1
    Join Date
    Dec 2007
    Beans
    36

    Exclamation Mapping HAL's .fdi expression to Xorg expression

    I want to translate this .fdi clause

    <match key="info.product" string="PS/2 Generic Mouse">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
    <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
    </match>
    into its Xorg equivalent. What does it look like?

  2. #2
    Join Date
    Dec 2007
    Beans
    36

    Re: Mapping HAL's .fdi expression to Xorg expression

    Never mind. I solved it myself before you guys could respond.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •