0

I have never gotten this 'reload' command to work ... regardless of the mapping ...

currently using ...

map "<Ctrl-Cmd-r>" { reload } # not reloading either

Could you provide another example?

Triad sou.
  • 2,969
  • 3
  • 23
  • 27

1 Answers1

0

This is what I'm using, using a mnemonic with the growl plugin:

def reload_configuration
  lambda{ growl("Configuration reloaded successfully") if reload}
end

map "<Cmd-y>" do 
  input("rel" => reload_configuration)
end
Kevin Colyar
  • 818
  • 1
  • 8
  • 18
  • sorry, but still does not work ... i am beginning to suspect that me being on a MacBook Air is making a defference. Opinion? Comments? – Robert9001 Sep 27 '11 at 20:06
  • What version of growl are you running? I just talked to someone who said it quick working for them when they upgraded to 1.3. – Kevin Colyar Oct 10 '11 at 18:24