Small change
|
|
This is a great script, but I had to make one small change for it to work in Fluid (http://fluidapp.com/). I replaced 'w'.charCodeAt(0) with 23. I don't really understand exactly how charCodes work in Webkit-based browsers, but it seems that Ctrl+w produced the charCode 23 in Fluid. |