// Generated by CoffeeScript 1.9.0 (function() { window.$remote = require('remote'); window.onkeyup = function(e) { if (e.ctrlKey && e.keyCode === 70) { return window.show_search_bar(); } }; }).call(this);