Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Mon 20 May 2013, 04:14
All times are UTC - 4
 Forum index » House Training » Beginners Help ( Start Here)
keyboard shortcuts: change desktop
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 3 of 3 [43 Posts]   Goto page: Previous 1, 2, 3
Author Message
Bruce B


Joined: 18 May 2005
Posts: 10817
Location: The Peoples Republic of California

PostPosted: Sat 01 Nov 2008, 12:38    Post subject:  

DaveS wrote:
Thanks for all the help anyways. Its not any kind of critical problem really. The ffmpeg/winff/missing codecs is a far bigger problem for me to solve as it actually determines whether the distro works for me or not.....
http://www.murga-linux.com/puppy/viewtopic.php?p=244133#244133
Once again, I crashed and burned.


Dave,

If you don't take the time to make a clink lickable, why should others take more time than it would have you to make them lickable, to manually do what should be doable with a mouse click?

So, I'm posting, not knowing what gems were in the clink.

I discovered 4.00 absent:

cjpeg
djpeg
jpegtran

So I took them from 3.01 and added them to 4.00. You might have to do something along the same lines.

Bruce

_________________
New! Puppy Linux Links Page
Back to top
View user's profile Send private message 
DaveS


Joined: 09 Oct 2008
Posts: 3669
Location: UK

PostPosted: Sat 01 Nov 2008, 12:50    Post subject:  

http://www.murga-linux.com/puppy/viewtopic.php?p=244133#244133
Bruce, your post pushed me into figuring out how to make a live link. Much easier than I thought.................
Back to top
View user's profile Send private message 
DaveS


Joined: 09 Oct 2008
Posts: 3669
Location: UK

PostPosted: Sat 01 Nov 2008, 12:51    Post subject:  

Cool, it even works...............
Back to top
View user's profile Send private message 
Béèm


Joined: 21 Nov 2006
Posts: 11782
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

PostPosted: Sat 01 Nov 2008, 18:39    Post subject:  

That's what tags are for.
And you can make it even nicer.

Type click, highlight it and push the URL tag.
You'll get [url]click[/url]
Edit to see [url=]click[/url]
Leave the cursor just after the = and copy the link you like to reference there.

Try it, you'll see it.

_________________
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Back to top
View user's profile Send private message 
brymway

Joined: 08 Dec 2007
Posts: 410

PostPosted: Sun 02 Nov 2008, 00:42    Post subject:  

Thanks to this thread I now have "F" keys opening commonly used applications. Or rather I should say I now know how to change my jwm .rc file to add whatever "F" key shortcuts I choose.

Thanks.

_________________
http://wellminded.com/puppy/pupsearch.html
Back to top
View user's profile Send private message 
Rickrandom

Joined: 21 Jan 2006
Posts: 195
Location: Bedfordshire, UK

PostPosted: Sun 09 Nov 2008, 07:37    Post subject:  

I'd like my Windows key to bring up the menu, so did the XEV thing with F1 and the Windows key. In case it's relevant, it records the data twice for one key press.

F1 gives about 5 lines, including:
Code:
keycode 67 (keysym 0xffbe, F1)

whereas the left Windows key (the only one on this laptop) gives:
Code:
keycode 115 (keysym 0x0, NoSymbol)

I had previously copied the suggested Super_L line for the Windows key as below, but no joy, even after restarting JWM.
Code:
<!-- Personally configurable options for JWM: these override default settings and theme settings -->

<JWM>

<!-- Number of virtual desktops -->
<Desktops count="2"/>

<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>

<!-- Double click delta (in pixels) -->
<DoubleClickDelta>3</DoubleClickDelta>

<!-- The focus model (sloppy or click) -->
<FocusModel>click</FocusModel>

<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">none</SnapMode>

<!-- The move mode (outline or opaque) -->
<MoveMode>outline</MoveMode>

<!-- The resize mode (outline or opaque) -->
<ResizeMode>outline</ResizeMode>

<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>   
<Key key="F12">root:3</Key>
<Key key="Super_L">root:1</Key>

<Key mask="A" key="Tab">next</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="F10">maximize</Key>
<Key mask="A" key="F6">minimize</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="A" key="F1">root:3</Key>
<Key mask="A" key="F2">window</Key>

</JWM>


Is there some syntax that will allow the use of the 115 value instead of the missing symbol?

I have tried:
Code:
<Key key=115>root:1</Key>
but no effect. F12 does bring up the menu, but I'd just like to be consistent with the Windows machine I have to use for work.

Thanks in advance.
Back to top
View user's profile Send private message 
alienjeff


Joined: 08 Jul 2006
Posts: 2290
Location: Winsted, CT - USA

PostPosted: Sun 09 Nov 2008, 11:03    Post subject:  

After rereading the JWM docs, reconfiguring, and testing, I've found what you need. From the docs: "keycode may be specified instead of key if the key code is known but the key is not (or there is no symbol for the key code)"

So try this:

Code:

<Key keycode="115">root:1</Key>


And don't forget:

1) the quotation marks around 115

2) run jwm -p

3) if all okay, run jwm -restart

_________________
hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker

Back to top
View user's profile Send private message 
Rickrandom

Joined: 21 Jan 2006
Posts: 195
Location: Bedfordshire, UK

PostPosted: Sun 09 Nov 2008, 13:02    Post subject:  

<Key keycode="115">root:3</Key>

now working. Thanks.

Where did you find that info? (So that next time I can try to be a little more self-sufficient rather than crying for help Embarassed )
Back to top
View user's profile Send private message 
CatDude


Joined: 03 Jan 2007
Posts: 1355
Location: UK

PostPosted: Sun 09 Nov 2008, 13:31    Post subject:  

Rickrandom wrote:

Where did you find that info? (So that next time I can try to be a little more self-sufficient rather than crying for help Embarassed )


You will find that information Here

CatDude
.

_________________

Back to top
View user's profile Send private message 
newtolinux89

Joined: 10 Oct 2008
Posts: 11

PostPosted: Tue 18 Nov 2008, 16:19    Post subject: it worked for me  

download the xev.zip file above. extract it to / . Then in the console type /xev . When it opens press the button you would like to recognize, and it will give you a "keycode". remember the code and open up /root/.jwm/jwmrc-personal . Under the "<!-- Key bindings -->" insert this line, using your keycode. (mine is "133")
<Key keycode="133">maximize</Key>

There you go. If you cant just click on the jwmrc-personal file to open it. right click on it click file and then set run action. then enter this --> defaulttexteditor "$1" <-- (without the arrows) then click use command. Be sure to save the jwmrc file after you edit it. the go to the "menu" on the desktop go to shutdown and click "Restart JWM"

I hope this works. For more codes go to http://joewing.net/programs/jwm/config.shtml#keys
Back to top
View user's profile Send private message 
lilleguard-liste

Joined: 29 May 2008
Posts: 42
Location: Loppa (Norway)

PostPosted: Mon 29 Dec 2008, 13:44    Post subject:  

This is how I test my keyboard to see if the windows key is identified:

1) Right click on a desktop icon (for instance "browse")
2) Left click on the text "(click to set)"
3) Choose desired shortcut key combination, i.e. "windows key" + b
4) If this gives a result like "Super+b" or "Hyper+b" or "Super+Hyper+b" you know that the keyboard is set up right.

Myself I had to change keyboard layout from Generic 101 to Generic 105 to use my windows key. You change keyboard layout in Menu > Setup. And you can add JWM shortcuts with Menu > Desktop > JWM Configuration.
Back to top
View user's profile Send private message 
nue

Joined: 28 Dec 2008
Posts: 17

PostPosted: Wed 31 Dec 2008, 02:35    Post subject:  

Newbie to Linux here too, just downloaded a preconfigured puplet and I can't find any threads or information where the default shortcuts are specified, so I guess I'll ask here instead. Anyone point me in the right direction? And how to change/set them?
Back to top
View user's profile Send private message 
liro

Joined: 28 Jul 2012
Posts: 101

PostPosted: Fri 03 Aug 2012, 02:24    Post subject:  

Is it possible to use these shortcuts in the JWM configuration to assign a key to output a certain string of text? If so, what would you put in the "action" field to achieve this?

Thanks.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 3 of 3 [43 Posts]   Goto page: Previous 1, 2, 3
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Beginners Help ( Start Here)
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0907s ][ Queries: 12 (0.0206s) ][ GZIP on ]