You are not logged in.

#1 2010-12-01 18:15:34

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

LXDE: A-Left to M-Left [SOLVED]

Hi,

I'd like to change Alt-Left Click to Meta-Left Click.

I tried to change ~/.config/openbox/lxde-rc.xml:

<context name="Frame">
    <mousebind button="M-Left" action="Press">
      <action name="Focus"/>
      <action name="Raise"/>
    </mousebind>
    <mousebind button="M-Left" action="Click">
      <action name="Unshade"/>
    </mousebind>
    <mousebind button="M-Left" action="Drag">
      <action name="Move"/>
    </mousebind>

It still works like A-Left, while commenting out the whole lot disables A-Left, at least:

<context name="Frame">
    <!-- <mousebind button="A-Left" action="Press">
      <action name="Focus"/>
      <action name="Raise"/>
    </mousebind>
    <mousebind button="A-Left" action="Click">
      <action name="Unshade"/>
    </mousebind>
    <mousebind button="A-Left" action="Drag">
      <action name="Move"/>
    </mousebind> -->

What am I missing here?

Last edited by Llama (2010-12-05 19:12:54)

Offline

#2 2010-12-01 18:20:57

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: LXDE: A-Left to M-Left [SOLVED]

Try W instead of M?

Offline

#3 2010-12-02 00:10:48

drm
Member
From: NL
Registered: 2009-10-05
Posts: 10
Website

Re: LXDE: A-Left to M-Left [SOLVED]

In fact, it's the openbox configuration you're talking about. You should check the openbox wiki, it's got good documentation and reference.

HF, openbox rocks smile

Offline

#4 2010-12-05 19:11:42

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: LXDE: A-Left to M-Left [SOLVED]

lucke wrote:

Try W instead of M?

Right you are. Thanks!

http://openbox.org/wiki/Help:Bindings#Modifiers

Offline

Board footer

Powered by FluxBB