Nov 8 2006, 04:21 PM
Post
#1
|
|
![]() Group: Members Posts: 10,620 Joined: 23-February 06 From: Houston, TX Member No.: 48 |
While talking to a guy at work, somehow the topic got onto OSX for x86, and he mentioned he has the 10.4.8 version (SSE3 only) with the security check for that apple hardware piece disabled. He just brought me the DVD a few mins ago, so I'll give it a shot some time in the next couple days and let you guys know how well it works. I don't mind reformatting several times in the past couple months considering I'm beta testing vista. Oh and he says it's supposed to work on AMDs too. If it works I'll figure out some way to get it to anyone else on here who wants it.
ps if you don't have the SSE3 my coworker says he has the 10.4.6 also. |
|
|
|
![]() |
Nov 9 2006, 08:40 AM
Post
#2
|
|
![]() Group: Admin Posts: 3,403 Joined: 23-February 06 From: PDX/TXL Member No.: 35 |
To edit the behavior of the "Home" and "End" keys (technically, they do what they're supposed to, "Page Up" and "Page Down" are what you are looking for), anyway, do the following:
Open Terminal and type: CODE cd ~/Library/ Do an ls to see if the "KeyBindings" folder exists. If it doesn't: CODE mkdir KeyBindings go into the KeyBindings directory and then type: CODE nano DefaultKeyBinding.dict Copy and paste the following in: CODE { /* Remap Home / End to be correct */ "\UF729" = "moveToBeginningOfLine:"; "\UF72B" = "moveToEndOfLine:"; "$\UF729" = "moveToBeginningOfLineAndModifySelection:"; "$\UF72B" = "moveToEndOfLineAndModifySelection:"; } If you want corrected functionality for the page up and page down keys copy this in instead: CODE { /* home */ "\UF729" = "moveToBeginningOfLine:"; "$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* end */ "\UF72B" = "moveToEndOfLine:"; "$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* page up/down */ "\UF72C" = "pageUp:"; "\UF72D" = "pageDown:"; } Do a Ctrl-x and make sure you save the file. You will have to close and reopen the applications that you want to see this on but you won't have to reboot. Also, this doesn't work (for some reason) in Firefox. -------------------- "There is a level of cowardice lower than that of the conformist: that of the fashionable non-conformist." |
|
|
|
impala454 OSX 10.4.8 on x86 Nov 8 2006, 04:21 PM
zetec any notable differences between .6 and .8? Nov 8 2006, 10:02 PM
pebkac Bug fixes and security fixes and driver updates. ... Nov 8 2006, 10:03 PM
impala454 got it installed and running... but I can't ge... Nov 8 2006, 11:22 PM
impala454 a few lil things I'm curious about
1) does OS... Nov 8 2006, 11:34 PM
pebkac QUOTE (impala454 @ Nov 8 2006, 11:34 PM) ... Nov 9 2006, 08:05 AM
impala454 ahh ok
already went back to windows xp... it was ... Nov 9 2006, 08:47 AM
zetec yeah the home and end key thing was what always bu... Nov 9 2006, 11:48 PM![]() ![]() |
| Lo-Fi Version | Time is now: 21st August 2026 - 04:49 PM |