SliTaz SliTaz Forum

You are not logged in.

#1 2012-04-12 02:22:50

Guest
Guest

How can I disable the move window shortcut?

I'm using Slitaz 4

I'm learning blender, which uses a lot of key board shortcuts used by openbox.

To quickly disable and enable all the default shortcuts, I made two rc.xmls, one called rcYesShortcuts.xml

(which is the default which came with slitaz 4)

, and the other called rcNoShortcuts.xml

(in which I removed all the keyboard + keybind, mouse + mousebind stuff)

, and wrote a simple shell script to toggle between the two:

`

#!/bin/sh

cd /home/yehuda/.config/openbox

if cmp -s rc.xml rcNoShortcuts.xml         # if the current configuration is to not have shortcuts

then

    cp -f rcYesShortcuts.xml rc.xml       # than switch to use shortcuts

else

    cp -f rcNoShortcuts.xml rc.xml         #otherwise, switch to no shortcuts

fi

<p>openbox --reconfigure

however...

the <alt+leftClick+drag> to move the window is still active!!!

How can I remove it?

#2 2012-04-12 23:04:28

Guest
Guest

Re: How can I disable the move window shortcut?

When I removed stuff more selectively it worked.

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]