JWM and Key Commands

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

JWM and Key Commands

#1 Post by RSH »

Hi.

I have some scripts, that sends key commands to the window manager by xdotool, e.g.

Code: Select all

xdotool key alt+F10
This works in its Puppy's JWM but not in now installed and used Openbox.

I know where to define the key commands for Openbox, but not for JWM.

I believe, there must be a config file -or something like that- wherein the 'alt+F10' must be defined to run a script etc.pp.

Where do I find such key command definitions for JWM?

Thanks,

RS
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#2 Post by sunburnt »

Hi RSH; I`m not sure, but I think you want to look at the bottom of the file: /root/.jwmrc

What are you working on this time.? It`s always something interesting... Terry

seaside
Posts: 934
Joined: Thu 12 Apr 2007, 00:19

#3 Post by seaside »

RSH,

The file that Terry mentioned "/root/.jwmrc " is a place to make changes. However, at the bottom of that file you may notice an include file "/root/.jwm/jwmrc-personal" which overrides these settings.

So you may wish to add settings to ""/root/.jwm/jwmrc-personal" instead of "/root/.jwmrc " or delete the "include".

Cheers,
s

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#4 Post by sunburnt »

Hey seaside; Good eye. Must be JWM improvements.

My Puppy-5.4.X.5 doesn`t have a .jwmrc.personal, but it does have a .jwmrc.previous
And it looks like a complete file rather than a delta file I`d think it would be.

Post Reply