Keyboard shortcuts for Haskell mode in VS Code

Here two newbie questions for VS coders!

  1. I’m starting to use HLS’ eval feature in VS Code. It looks like this:

    vsc-hls-eval

    When I click on the text Evaluate..., the snippet isPaliWord "racecar" which I had just typed in is executed. So far so cool.
    But how can I issue this via a Keyboard shortcut? It is a bit tedious always to grab the mouse for this…

  2. Also, has Haskell mode a keyboard shortcut to create a new Haskell file? (Ctrl-n creates only a generic new file which I then on Save have to rename into a .hs files…)

Thanks for any help on this!