[Bug 1165266] Re: missing keyboard shortcuts

2014-03-04 Thread Simon Steinbeiß
** Changed in: xubuntu-default-settings (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Title: missing keyboard shortcuts To manage notif

[Bug 1165266] Re: missing keyboard shortcuts

2013-09-18 Thread pqwoerituytrueiwoq
I found a way to get suspend without the script: can that still make it into 13.10? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Title: missing keyboard shortcuts To manage notifications

[Bug 1165266] Re: missing keyboard shortcuts

2013-09-18 Thread Sean Davis
I've created the following merge request which will address some of these complaints: https://code.launchpad.net/~smd-seandavis/xubuntu-default-settings /keyboard-shortcuts/+merge/182352 It seems there has already been some discussion, but I'll add some additional information. Xf86Launch1,2,3,et

[Bug 1165266] Re: missing keyboard shortcuts

2013-09-18 Thread Pasi Lallinaho
** Changed in: xubuntu-default-settings (Ubuntu) Assignee: (unassigned) => Sean Davis (smd-seandavis) ** Changed in: xubuntu-default-settings (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1165266] Re: missing keyboard shortcuts

2013-08-27 Thread Pasi Lallinaho
** Branch linked: lp:~smd-seandavis/xubuntu-default-settings/keyboard- shortcuts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Title: missing keyboard shortcuts To manage notifications abou

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-17 Thread Pasi Lallinaho
Please start a wikipage to create a specification to which commands the function keys should be bound to. This will allow further discussion on the issue and eventually, change in the default settings. ** Changed in: xubuntu-default-settings (Ubuntu) Importance: Undecided => Medium ** Changed

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-06 Thread pqwoerituytrueiwoq
i just figured they should do something, the only thing that came to mind was gmusicbrower as th key name has Audio in it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Title: missing keyboar

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-06 Thread pqwoerituytrueiwoq
the XF86AudioPlay, XF86AudioPrev, XF86AudioNext, and XF86AudioStop keys are keys i never use i have key combos for the 1st 3 for gmusicbrowser, which i have set for play at start, start minimized in the tray -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-06 Thread Simon Steinbeiß
About gmusicbrowser: you can go to it's settings dialog > "Keys" and add your media-keys as shortcuts there. Note: this will obviously only work with gmusicbrowser having focus, but it will allow you to use the keys in other apps (like Parole) as well. I'll look into shipping that by default. -

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-05 Thread pqwoerituytrueiwoq
probably better to leave that then, at least you can change the key on it with it not working if it does not make it into saucy it may end up in the proposed repo after you could just add a shortcut and have both for the time being -- You received this bug notification because you are a member o

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-05 Thread Simon Steinbeiß
Yeah, maybe we should remove that shortcut for now in case 4.10.1 doesn't make it into Saucy... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Title: missing keyboard shortcuts To manage not

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-05 Thread Lionel Le Folgoc
Alt+Print becoming SysRq is a bug in libxfce4ui, so I'd rather not rely on that (this will be fixed in libxfce4ui 4.10.1 when it is released). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165266 Tit

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-04 Thread pqwoerituytrueiwoq
what about alt + print screen? that one always annoys me on a clean install It is assigned Alt+Print by default but Alt+Print becomes SysRq on a normal US keyboard the webacam key should check for camorama and or guvciewer and suggest to install one if they are both not installed * the webcam on

[Bug 1165266] Re: missing keyboard shortcuts

2013-07-04 Thread Simon Steinbeiß
Hey! Sorry for taking note of this so late! The gmusicbrowser shortcuts can't be added, as they would block other players (e.g. parole has built-in support for those keys, so hitting the play/pause key wouldn't work anymore there if it were directly bound to a singular app). I guess I'll have to

[Bug 1165266] Re: missing keyboard shortcuts

2013-04-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "Partial patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray,

[Bug 1165266] Re: missing keyboard shortcuts

2013-04-15 Thread pqwoerituytrueiwoq
i just wrote a script for toggling the touch pad $~ cat /usr/local/bin/toggleTouchPad #!/bin/sh status=$(synclient -l | grep TouchpadOff | awk '{print $3}') if [ $status -eq 1 ];then # 0 allows edge scrolling; 2 does not allow edge scrolling; 1 is disabled status=0 else st

[Bug 1165266] Re: missing keyboard shortcuts

2013-04-15 Thread pqwoerituytrueiwoq
This is a patch for some of the missing shortcuts this patch is for /etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml this covers alt+print screen, webcam, musicplayer controls, and the calculator keys for the suspend key i have it run a custom script: ~$ cat /

[Bug 1165266] Re: missing keyboard shortcuts

2013-04-05 Thread pqwoerituytrueiwoq
Forgot to mention i am using Xubuntu 13.04 Beta 2 64bit ** Description changed: Several of my function keys do not work out of the box + Xubuntu 13.04 Beta 2 64bit - XF86Sleep does not do anything it should make the system + the commands should be added to + /etc/xdg/xdg-xubuntu/xfce4/xfco