You are not logged in.
<keyboard> <!-- skipped --> </keyboard>
Thanks. Do these "Down-Left" and "Down-Right" combinations work? My openbox can't interpret them.
Anyway. I committed a fix to the git repo few days ago. ObKey allows basically any text as a key combination now with an exception that it will not show them as the gtk widget.
There are two columns: "Key" and "Key (text)". And the second one is exactly for that case.
Last edited by nsf (2009-02-20 08:39:17)
Offline
I have hosted this on my repo, if anyone is intrested.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
How common is git? I couldn't install obkey until I installed it. I don't think it qualifies as a dependency, but might put a note up somewhere. I was scratching my head for a minute trying to figure it out.
Offline
How common is git? I couldn't install obkey until I installed it. I don't think it qualifies as a dependency, but might put a note up somewhere. I was scratching my head for a minute trying to figure it out.
Yep, it's a build dependency. But I don't want to maintain package. It's orphaned, anyone can fix this issue.
Offline
Ok, I'll try and maintain it, if someone could just tell me how to upload the new damn PKGBUILD! I can't figure it out.
Last edited by monstermudder78 (2009-02-21 00:05:18)
Offline
Ok, I'll try and maintain it, if someone could just tell me how to upload the new damn PKGBUILD! I can't figure it out.
If you manage to update, I will immediately update on my repo because it is very popular.
Last edited by haxit (2009-02-21 01:17:33)
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Little crosspost, but not offtopic:
I would like to add a shortkey to maximize and unmaximize windows with Alt+F5, how can I do that? It's fine to add two shortkeys, one to maximize, the other one to unmaximize, like here http://icculus.org/openbox/index.php/He … ximizeFull , but that's not what I'm searching for. Any ideas if that is possible?
Offline
Little crosspost, but not offtopic:
I would like to add a shortkey to maximize and unmaximize windows with Alt+F5, how can I do that? It's fine to add two shortkeys, one to maximize, the other one to unmaximize, like here http://icculus.org/openbox/index.php/He … ximizeFull , but that's not what I'm searching for. Any ideas if that is possible?
ToggleMaximizeFull?
Offline
Army: what are you searching for than ?
Offline
If you manage to update, I will immediately update on my repo because it is very popular.
Ok, I updated the PKGBUILD to include git as a dependency, is there any other updating that needs to be done? If not you can update your repo at your convenience.
Offline
ToggleMaximizeFull?
Damnit I have to say, it's the first time I really edit the rc.xml, because obkey makes it so easy for me. But I simply didn't see this option, so thanks
Offline
haxit wrote:If you manage to update, I will immediately update on my repo because it is very popular.
Ok, I updated the PKGBUILD to include git as a dependency, is there any other updating that needs to be done? If not you can update your repo at your convenience.
I do not use openbox or obkey, but if git is only needed for building this, it should be added under makedepends, not under depends.
Offline
I do not use openbox or obkey, but if git is only needed for building this, it should be added under makedepends, not under depends.
Thanks, I'm not sure how I fouled that one up but I think it is straightened out now.
Offline
haxit wrote:If you manage to update, I will immediately update on my repo because it is very popular.
Ok, I updated the PKGBUILD to include git as a dependency, is there any other updating that needs to be done? If not you can update your repo at your convenience.
Are you sure you updated it. I tried and it was the same version.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
All I did was add git as a makedepends in the PKGBUILD. As far as I can tell the most current version is being used, although it is kind of hard to tell with the somewhat unconventional version numbers.
Offline
Well if you updated, I also updated the rep.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
If anyone gets:
Traceback (most recent call last):
File "~/bin/obkey", line 28, in <module>
import obkey_classes
ImportError: No module named obkey_classes
When trying to run obkey, it's because '~/py-lib/' , where 'obkey_classes.py' is contained, is not searched by Python.
(To see a list of where Python searches for modules to import, go into the interactive Python interpreter (`python`). `import sys`. `sys.path`)
A workaround is to copy obkey_classes.py and obkey_classes.pyc into a scanned dir like '/usr/lib/python2.6/site-packages', so:
sudo cp ~/py-lib/obkey_classes.py{,c} /usr/lib/python2.6/site-packages/
Last edited by NewWorld (2010-04-05 12:55:59)
Offline
If anyone gets:
Traceback (most recent call last):
File "~/bin/obkey", line 28, in <module>
import obkey_classes
ImportError: No module named obkey_classesWhen trying to run obkey, it's because '~/py-lib/' , where 'obkey_classes.py' is contained, is not searched by Python.
(To see a list of where Python searches for modules to import, go into the interactive Python interpreter (`python`). `import sys`. `sys.path`)
A workaround is to copy obkey_classes.py and obkey_classes.pyc into a scanned dir like '/usr/lib/python2.6/site-packages', so:sudo cp ~/py-lib/obkey_classes.py{,c} /usr/lib/python2.6/site-packages/
I think just using AUR package is a better idea: http://aur.archlinux.org/packages.php?ID=23822
It should install everything in the right places.
Offline
Awesome, the only disadvantage openbox has in my opinion is the messing with .xml part, but with this i'll be able to keep it to a minimum.
Offline