You are not logged in.

#1 2012-11-11 19:57:51

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

shkd — Simple HotKey Daemon

Homepage:
    https://github.com/baskerville/shkd

Package:
    https://aur.archlinux.org/packages.php?ID=64506

Last edited by bloom (2013-02-13 10:22:14)


gh · da · ds

Offline

#2 2012-11-11 20:49:43

BennyBolton
Member
From: Christchurch New Zealand
Registered: 2011-10-14
Posts: 63
Website

Re: shkd — Simple HotKey Daemon

The line in your makefile for INPUT_DEVICE returns nothing for me (i don't have a command shell (smalltalk?))


HP DV6 + Arch + Openbox

Offline

#3 2012-11-12 09:01:38

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: shkd — Simple HotKey Daemon

BennyBolton wrote:

The line in your makefile for INPUT_DEVICE returns nothing for me (i don't have a command shell (smalltalk?))

I guess you're refering to the following line:

    INPUT_DEVICE = $(shell find /dev/input/by-id/ -name '*-kbd' | head -n 1)

(shell is a make built-in and I didn't understand the Smalltak reference.)

What's the output of

    find /dev/input/by-id/

on your system?


gh · da · ds

Offline

#4 2012-11-12 19:46:29

BennyBolton
Member
From: Christchurch New Zealand
Registered: 2011-10-14
Posts: 63
Website

Re: shkd — Simple HotKey Daemon

lol i should have figured that, smalltalk is the only output from pkgfile shell
/dev/input/by-id contains:

lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-event-if01 -> ../event2
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-event-mouse -> ../event1
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-SuYin_HP_TrueVision_HD_HF1016-A821-OV011-VH-R01.01.00-event-if00 -> ../event9

i have a file /dev/input/by-path/platform-i8042-serio-0-event-kbd which points to event0


HP DV6 + Arch + Openbox

Offline

#5 2012-11-12 21:33:16

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: shkd — Simple HotKey Daemon

Should be fixed by e94b63f and 0f4d539.

Last edited by bloom (2012-11-13 11:11:18)


gh · da · ds

Offline

Board footer

Powered by FluxBB