alt+f2 + Move kills x server on xenialpup 7.5

Using applications, configuring, problems
Post Reply
Message
Author
wert
Posts: 258
Joined: Tue 31 Mar 2015, 21:40
Location: USA

alt+f2 + Move kills x server on xenialpup 7.5

#1 Post by wert »

when I try moving a window via keys alt+f2 then move while in it, puppy exits to prompt i.e. x server stops.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

To move a window around on the desktop.

Alt button hold.
Left mouse button click on window and hold.
Move mouse around.

Note:
Placement of mouse pointer is important.
The location of the pointer, is the limit of movement past edge of screen.
The window will move the full range of the mouse pointer on screen.
Just move, to different location of mouse pointer, to change movement amount with window.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

wert
Posts: 258
Joined: Tue 31 Mar 2015, 21:40
Location: USA

#3 Post by wert »

bigpup wrote:To move a window around on the desktop.

Alt button hold.
Left mouse button click on window and hold.
Move mouse around.

Note:
Placement of mouse pointer is important.
The location of the pointer, is the limit of movement past edge of screen.
The window will move the full range of the mouse pointer on screen.
Just move, to different location of mouse pointer, to change movement amount with window.
Thanks for the tip but my problem doesn't involve the mouse at all. I want to use shortcut keys on the keyboard that don't require mouse. They are
1. press alt+f2
2. on the drop-down menu select move by pressing down arrow key followed by press enter
3. press the arrow keys to move the window arround

My problem is at step 2, right after pressing enter. X exits when I do.
I really need this solved as I depend on it for my workflow

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#4 Post by bigpup »

Ok, I see what you are talking about.

Not sure what is causing this.

However, I just made a different alt + key combo to do it.

Menu>Desktop>JWMDesk Manager>Desktop tab>JWM Hotkey>Add new shortcut

I used:

Code: Select all

alt+z
That seems to work for me.
Plus the left alt and z key are next to each other and easier to push.

See if it works for you.

Have not looked to deep to see if alt+z messes up anything, but I do not think so.
Attachments
capture6446.png
(12.48 KiB) Downloaded 130 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#5 Post by rufwoof »

Nice bigpup.

Editing my .jwmrc keybindings section to include

Code: Select all

<Key mask="A" key="z">window</Key>
and alt-z and arrow down to 'move' and pressing Enter ... and the window can be moved using the arrow keys (Enter when done).

Using the default alt-f2 keybinding, X crashes. And I'm using VoidLinux so its not a XenialPup alone issue.

I've edited it to now use alt-j (j ... for jwm menu) instead of F1, so my .jwmrc snippet now looks like

Code: Select all

    <Key mask="A" key="#">desktop#</Key>
    <Key mask="A" key="F1">root:1</Key>
    <Key mask="A" key="j">window</Key>
    <Key mask="A" key="F10">maximize</Key>
[size=75]( ͡° ͜ʖ ͡°) :wq[/size]
[url=http://murga-linux.com/puppy/viewtopic.php?p=1028256#1028256][size=75]Fatdog multi-session usb[/url][/size]
[size=75][url=https://hashbang.sh]echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh[/url][/size]

phat7
Posts: 179
Joined: Fri 05 Jun 2015, 08:54

#6 Post by phat7 »

Cannot confirm. Tried in pristine xenialpup 7.5.
Alt+F2 and then selecting Move with keyboard and Enter worked without problems.

foxpup
Posts: 1132
Joined: Fri 29 Jul 2016, 21:08

#7 Post by foxpup »

phat7 wrote:Cannot confirm. Tried in pristine xenialpup 7.5.
Alt+F2 and then selecting Move with keyboard and Enter worked without problems.
Works in peebee's new UpupEE as well.

wert
Posts: 258
Joined: Tue 31 Mar 2015, 21:40
Location: USA

#8 Post by wert »

bigpup wrote:Ok, I see what you are talking about.

Not sure what is causing this.

However, I just made a different alt + key combo to do it.

Menu>Desktop>JWMDesk Manager>Desktop tab>JWM Hotkey>Add new shortcut

I used:

Code: Select all

alt+z
That seems to work for me.
Plus the left alt and z key are next to each other and easier to push.

See if it works for you.

Have not looked to deep to see if alt+z messes up anything, but I do not think so.
I would have never of thought that. Thanks. This was a basic need

wert
Posts: 258
Joined: Tue 31 Mar 2015, 21:40
Location: USA

#9 Post by wert »

rufwoof wrote:Nice bigpup.

Editing my .jwmrc keybindings section to include

Code: Select all

<Key mask="A" key="z">window</Key>
and alt-z and arrow down to 'move' and pressing Enter ... and the window can be moved using the arrow keys (Enter when done).

Using the default alt-f2 keybinding, X crashes. And I'm using VoidLinux so its not a XenialPup alone issue.

I've edited it to now use alt-j (j ... for jwm menu) instead of F1, so my .jwmrc snippet now looks like

Code: Select all

    <Key mask="A" key="#">desktop#</Key>
    <Key mask="A" key="F1">root:1</Key>
    <Key mask="A" key="j">window</Key>
    <Key mask="A" key="F10">maximize</Key>
After addind above lines to ~/.jwmrc, restart jwm for changes to take effect.
Many thanks

Post Reply