Good day!
I am learning intefaz Hackety Hack, but i have some problems with it, for example:
if i see a source code of ruby en some place, i want to copy and paste en Hackety Hack's editor... so I copy (control+c) and open editor of HH and i don't find the PASTE comand in anywhere.
In the inteface of HH I don't find the menu with commonly known: OPEN. So i don't knows How open file .RB
Thanks a lot for your help!
1 response
-
castillo - not sure if you worked it out, but HH doesn't have copy/paste in menus or right-click menus, probably because it's over several platforms (OS X /Linux/Windows)
You should be able to use
alt-candalt-vin any version to copy and paste in HH (but the normal OS copy/paste in other programs)eg: to copy from Windows Notepad, use
ctrl-cto copy, but usealt-vto paste into HH. Andalt-cfrom HH toctrl-vin Notepad.Cheers