geekhack
geekhack Community => Keyboards => Topic started by: erricrice on Tue, 07 July 2009, 22:04:15
-
Title pretty much explains it:
Is there any way to get a windows key on a model m(scripts or reprogramming or something)?
I know the customizer has one and theyr'e pretty similar, but I was just wondering if there is a way to do it?
-
I know that this USB->PS/2 adaptor can be programmed to map away the right alt in firmware:
http://y-mouse.com/ymouse/whym271.php
Yes, it costs astronomical; I bought mine for $1 from a sale of surplus goods.
-
lol totally haha. i don't think i'll really be looking into that option but thanks anyway. it was worth it just for the diagram of the back of the picture on the front page.
-
When I was still using the original Model M, I used SharpKeys to remap Scroll Lock (being probably the most useless key nowadays) as the left Winkey.
-
When I was still using the original Model M, I used SharpKeys to remap Scroll Lock (being probably the most useless key nowadays) as the left Winkey.
-
I also use sharpkeys, except I map Caps lock to the Win key.
-
you can just use a key combination (in windows):
ctrl + esc (start menu)
rshift + f10 (menu/right click button)
-
yes those work, but they do not work for any of the winkey combinations such as win+d for show desktop win+e for my computer win+1, 2 ,3 for quickstart programs etc...
and awesome! I definitely will be remapping my caps lock!
-
what you can do is put numbers at the beginning of the names your start menu shortcuts:
for instance: (win2000)
1 ms word
2 windows explorer
3 internet explorer
4 mozilla firefox
_______________
programs
documents
settings
search
help
run
say you want firefox: ctrl + esc then 4
or just press ctrl + esc then the first letter of the shortcut and then press enter (if you don't like seeing numbers)
-
what you can do is put numbers at the beginning of the names your start menu shortcuts
Better still, make a directory where you will create shortcuts.
Mine is like C:\Documents and Settings\Ray\shortcuts
Create a personal PATH environment variable pointing to that directory.
System Properties, Advanced, Environment Variables, New User variable named Path, Value= %homedrive%%homepath%\shortcuts
or name the directory explicitly.
Copy useful shortcuts into that directory - copy don't move! Rename them to something short. I use 1 or 2 letter names. E.g. I use FF for Firefox.
To run something, do Windows-R (or Ctrl-Esc then R) then type the short name in the Run dialogue.
I made a shortcut called S that takes me straight to the shortcuts directory, making it easy to add new ones.
But in any case remap the Scroll Lock to work as a Windows key. I do this for whenever I use a Windowsless keyboard. There really isn't a downside that I can see.
-
There's two ways to do it in autohotkeys:
The first is just a hard remap of a key:
RAlt::RWin
Would remap the right alt to Win.
The other way to do it is it define each of the shortcuts you use regularly, that leaves the key you're re-defining acting normally for everything else:
>!e::Send {RWin Down}{e}{RWin Up}
Would remap right Alt + e -> Windows key + e, but leave right alt working as normal for any other key combo.
-
This works in Vista and Win7:
win + 1 run 1st item in taskbar
win + 2 run 2nd item in taskbar
win + 3 run 3rd item in taskbar
win + 4 run 4th item in taskbar
win + 5 run 5th item in taskbar
win + 6 run 6th item in taskbar
win + 7 run 7th item in taskbar
win + 8 run 8th item in taskbar
win + 9 run 9th item in taskbar
win + 0 run 10th item in taskbar
Just pin your faves to the taskbar and you're set!
-
I also use sharpkeys, except I map Caps lock to the Win key.
Same here. I also use Caps lock for the Windows key. Got used to it pretty quick.
Scroll lock seems too far away for me to use with the Windows key shortcuts.. besides that I also use scroll lock as "push to talk" key when online gaming.
-
yeah wow, it really feels a lot better than having the windows key where it normally is. much less strain on the hand to do the keyboard shortcuts.
-
This works in Vista and Win7:
win + 1 run 1st item in taskbar
win + 2 run 2nd item in taskbar
win + 3 run 3rd item in taskbar
win + 4 run 4th item in taskbar
win + 5 run 5th item in taskbar
win + 6 run 6th item in taskbar
win + 7 run 7th item in taskbar
win + 8 run 8th item in taskbar
win + 9 run 9th item in taskbar
win + 0 run 10th item in taskbar
Just pin your faves to the taskbar and you're set!
It appears to be the quick launch bar rather than the task bar, but still a very useful shortcut I didn't know about.