Contribute
Register

New Project: Remapping Keyboard- I want your input!

Status
Not open for further replies.
So how's this look?

  • f1- sleep[/*:m:150gbv3r]
  • f2- brightness down[/*:m:150gbv3r]
  • f3- brightness up[/*:m:150gbv3r]
  • f4- expose all windows[/*:m:150gbv3r]
  • f5- blank since they are on apple keyboards[/*:m:150gbv3r]
  • f6- blank since they are on apple keyboards[/*:m:150gbv3r]
  • f7- mute[/*:m:150gbv3r]
  • f8- volume down[/*:m:150gbv3r]
  • f9- volume up[/*:m:150gbv3r]
  • f10- previous[/*:m:150gbv3r]
  • f11- play/pause[/*:m:150gbv3r]
  • f12- next[/*:m:150gbv3r]
  • prt sc- exposé desktop[/*:m:150gbv3r]
  • insert- launchpad[/*:m:150gbv3r]
  • the button besides wifi- dashboard[/*:m:150gbv3r]

Feedback? I'll start soon.

edit- actually, I'm not sure if I like f4 as expose windows. ideas?
 
blueking said:
So how's this look?

  • f1- sleep[/*:m:2aqqzh09]
  • f2- brightness down[/*:m:2aqqzh09]
  • f3- brightness up[/*:m:2aqqzh09]
  • f4- expose all windows[/*:m:2aqqzh09]
  • f5- blank since they are on apple keyboards[/*:m:2aqqzh09]
  • f6- blank since they are on apple keyboards[/*:m:2aqqzh09]
  • f7- mute[/*:m:2aqqzh09]
  • f8- volume down[/*:m:2aqqzh09]
  • f9- volume up[/*:m:2aqqzh09]
  • f10- previous[/*:m:2aqqzh09]
  • f11- play/pause[/*:m:2aqqzh09]
  • f12- next[/*:m:2aqqzh09]
  • prt sc- exposé desktop[/*:m:2aqqzh09]
  • insert- launchpad[/*:m:2aqqzh09]
  • the button besides wifi- dashboard[/*:m:2aqqzh09]

Feedback? I'll start soon.

edit- actually, I'm not sure if I like f4 as expose windows. ideas?

How about:
F4 - exposé desktop
Prtscr - shot of a window

After all, since the beginnings this is the main function of Prtscr - "to print the screen" (on the printer in DOS, to the clipboard in Windows and to the desktop as screenshot in the most Linux desktops).

The rest are ok.
 
I'm still for F4 as showing desktop and prt sc as print screen/window. Rest is fine with me.
 
riodoro1 said:
I'm still for F4 as showing desktop and prt sc as print screen/window. Rest is fine with me.

I agree on that part at least :)
 
I currently have f4 as mission control. But you guys want the Desktop itself?

I'm not quite sure how to make a screen shot in this, as it isn't a function an apple keyboard can do.

If apple's keyboard can do it, I can fairly easily, anything else will require a good bit of work.
 
blueking said:
I currently have f4 as mission control. But you guys want the Desktop itself?

I'm not quite sure how to make a screen shot in this, as it isn't a function an apple keyboard can do.

If apple's keyboard can do it, I can fairly easily, anything else will require a good bit of work.

just leave it as F13 and add it to keyboard shortcuts (i think that "defaults write com.apple.something will do this) :D
 
blueking said:
I'm not quite sure how to make a screen shot in this, as it isn't a function an apple keyboard can do.

If apple's keyboard can do it, I can fairly easily, anything else will require a good bit of work.

Maybe it's possible, if you can make it run a simple shell command

Shot of the whole desktop:
Code:
screencapture -t png ~/Desktop/"Screenshot - `date`.png"

Shot of selected window:
Code:
screencapture -t png -w ~/Desktop/"Screenshot - `date`.png"

Shot of custom selection:
Code:
screencapture -t png -s ~/Desktop/"Screenshot - `date`.png"

The extension of the file can be whatever you want, as long as it's extension for image. According to this extension, the screencapture tool chooses the image format automaticly.

the -t option is for the file format. Unspecified, it will force the tool to produce png image by default, but you can change that easy with specifying -t jpg or -t pdf or whatever supported format you want (there are maybe 7 or 8 supported image formats ). The whole filename can be customized as well.

I'm pretty sure, that the OS uses exactly this tool for the screenshots.
 
f1- sleep
f2- brightness down
f3- brightness up
f4- Mission Control
f5- Desktop
f6- Dashboard
f7- mute
f8- volume down
f9- volume up
f10- previous
f11- play/pause
f12- next
prt sc- grab tool
insert- leave it blank
delete- delete

note: you can reshuffle f5 and f6 or change the action....
 
Ideas? F12 I was going to set as next song, but then if you hold that it fast forwards. Aka no eject.

So set eject to the button by wifi? Or?
 
Thats a good idea, we don't need that button anyway :D
 
Status
Not open for further replies.
Back
Top