F4 ?

M

Maxwell690

Guest
When using a the Microsoft packages Word, Excel, Powerpoint etc. on a PC the F4 key repeats the last command i.e. if you made one cell bold or applied a Macro to a specific cell it would repeat the last command.

On my iBook (in Word Excel etc.) the F4 key reduces the volume, does anyone know how to do the repeat command on a MAC ?


Also does anyone know if a Fortran Compiler (preferably 77) is available on a MAC. Preferably for free !
 
Joined
Mar 9, 2004
Messages
9,065
Reaction score
331
Points
83
Location
Munich
Your Mac's Specs
Aluminium Macbook 2.4 Ghz 4GB RAM, SSD 24" Samsung Display, iPhone 4, iPad 2
This is from the apple developer discussion boards, not sure if it is any use...


There is only one* free option, g77, the fortran front end to the gnu compiler (GCC). You will need two things:

1. GCC, which is availale from Apple. It is on the Developer Tools disk that ships w/ OS X. If the c compiler works (called cc in Apple's distribution), then you hve GCC loaded. If you did not get a develper disk (ie w/ a new computer), you can download the develper disk from Apple, but that is a bit of a hassle. First you need to join the Apple Developer's Connection at
https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/96/wo/Ub5b87W8Ac4W3lL5KSS1M056dYB/0.0

then follow links for downloads and OS X to download the whole developer's disk -- including mostly stuff of no particular interest.

2. Get the g77 front end. There are several sources, but this may be a good time to install fink, which is a package-management tool to maintain various UNIX packages distributed by the fink project; see fink.sourceforge.net. Then, you just enter "sudo apt-get install g77". Once it installs, "man g77" will work and you can take it from there.

The site http://floyd.liunet.edu/~gkhanna/hpc.html distributes the whole GCC, including g77, but I think you will still want Apple's Developer Tools. If you want to skip #1 above, try this first and see if you get enough of the pieces you need. If you use this distribution, you probably should stick to stable version 2.95.

It would be nice if Apple were to make this all a bit easier in the future; I take it the next releas of GCC by Apple includes the fortran front end.

*(I omit f2c, which translates fortran into c, so is not at all a fortran compiler and does not appear to produce efficient code.)
 
OP
C

cadsmn

Guest
The Excel help says that shift + F4 = repeat the last (I tried it and it doesn't repeat the last command). cmd + y seems to repeat some last commands.

If you want to use the function keys you need to go into System Preferences > Keyboard & Mouse and check the checkbox "Use the F1-F12 keys for custom actions". The function keys then will be usuable in Excel, Word, etc. After you check this box you will have to hold down the FN key to do things like adjust the volume, etc.
 
Joined
Mar 30, 2004
Messages
4,744
Reaction score
381
Points
83
Location
USA
Your Mac's Specs
12" Apple PowerBook G4 (1.5GHz)
As for your Excel question...Edit > Repeat (Command-Y)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top