Devin Walters
Devin Walters
@ztellman Unfortunately, no dice. `getMenuShortcutKeyMask` => http://docs.oracle.com/javase/7/docs/api/java/awt/Toolkit.html
I should clarify: Running with `-Djava.awt.headless=true` gets rid of the X11 display headless exception, but `(.. Toolkit ... getMenuShortcutKeyMask)` will blow up with a `HeadlessException` under `1.7`.
Any updates?
I haven't looked at closer.js too closely (pun intended), but if `if` is implemented, then implementing `when` shouldn't be hard. `do` is implemented. `cond` is a series of `when`s inside...
Lisp in Small Pieces is worth a read.
Exactly. I tried doing this myself but am getting errors using appscript. require 'appscript' t = Appscript.app('System Events') window do # key_code 123 is left arrow -- this is a...
Any thoughts on this? I guess I'm just looking for a little hook that lets me say: after_window_creation(:hotkey => ["Command", "Shift", "X"]), or something like it.
@frenchy64 @arthuredelstein Is this worth looking into or am I making trouble?
Something like this Arthur: http://www.ccs.neu.edu/home/matthias/HtDP2e/i3-4.html Thanks, On Tuesday, February 21, 2012 at 2:11 AM, Arthur Edelstein wrote: > Hi Devin, > > Sorry, I should have responded earlier. I'm not...
I'm interested in this also. I ran into this HN comment while googling, and it looked nice: https://news.ycombinator.com/item?id=17498349 CC: @emidin since I saw him post on the referenced issue: https://github.com/jkk/honeysql/issues/159