Author Topic: Question about keyboards "Home" Button  (Read 1953 times)

0 Members and 1 Guest are viewing this topic.

Offline MyNameIsFinn

  • Thread Starter
  • Posts: 263
Question about keyboards "Home" Button
« on: Wed, 22 February 2012, 20:08:58 »
Can I make this bring mwe to geekhack?

If So, How?
[SIGPIC][/SIGPIC]

Filco TKL MX Brown

Offline alaricljs

  • I be WOT'ing all day...
  • ** Moderator Emeritus
  • Posts: 3715
  • Location: NE US
Question about keyboards "Home" Button
« Reply #1 on: Wed, 22 February 2012, 20:14:05 »
*sigh*   more details would help.  Like what OS, what browser, and do you mean the Home button above the End buttom or the little house button on multimedia KBs ?
Filco w/ Imsto thick PBT
Ducky 1087XM PCB+Plate, w/ Matias "Quiet Click" spring-swapped w/ XM Greens

Offline asdf

  • Posts: 43
  • Location: USA
  • Tuesday, 11 November 2008, 20:17:05
Question about keyboards "Home" Button
« Reply #2 on: Wed, 22 February 2012, 20:14:22 »
You can remap the key with autohotkeys (macro scripting) or try 3rd party software ( http://www.makeuseof.com/tag/remap-keyboard-free-tools-windows/ )

Offline fohat.digs

  • * Elevated Elder
  • Posts: 6533
  • Location: 35°55'N, 83°53'W
  • weird funny old guy
Question about keyboards "Home" Button
« Reply #3 on: Wed, 22 February 2012, 20:20:42 »
Why not make a keyboard shortcut like "control-alt-G" or "control-alt-H" ?

Create the shortcut, right-click on it, choose "properties" and select "shortcut key"

I used to like single dedicated buttons, but, after all, I do have multiple hands and even more multiple fingers, so it is instantaneous even if 3 fingers are involved.
"However, even though I was born in the Mesozoic, I do know what anyone who wants to reach out to young people should say: Billionaires took your money. They took your chance to buy a home. They took your chance at a good education. They stole your opportunities. Billionaires took the things you want in life. If you really want those things, you have to take them back.
That's the message. That's the whole message. Say that every day, not just to reach America's frustrated young white men, but people of every age, race, and gender.
Late-stage capitalism is a wealth-concentration engine, focused on vacuuming up every dollar and putting it in as few hands as possible. Republicans are helping that vacuum suck.
How does a tiny fraction of the population get away with this? They do it by dividing the other 99% of Americans against themselves."
- Marc Sumner 2025-05-30

Offline MyNameIsFinn

  • Thread Starter
  • Posts: 263
Question about keyboards "Home" Button
« Reply #4 on: Wed, 22 February 2012, 20:21:49 »
Quote from: alaricljs;522418
*sigh*   more details would help.  Like what OS, what browser, and do you mean the Home button above the End buttom or the little house button on multimedia KBs ?


Windows 7, Google Chrome (However willing to switch) And I mean home btton above the end.
[SIGPIC][/SIGPIC]

Filco TKL MX Brown

Offline MyNameIsFinn

  • Thread Starter
  • Posts: 263
Question about keyboards "Home" Button
« Reply #5 on: Wed, 22 February 2012, 20:22:36 »
Quote from: fohat.digs;522426
Why not make a keyboard shortcut like "control-alt-G" or "control-alt-H" ?

Create the shortcut, right-click on it, choose "properties" and select "shortcut key"

I used to like single dedicated buttons, but, after all, I do have multiple hands and even more multiple fingers, so it is instantaneous even if 3 fingers are involved.

Because I will be getting a geekhack home button and i want it to go to this website with just one button
[SIGPIC][/SIGPIC]

Filco TKL MX Brown

Offline alaricljs

  • I be WOT'ing all day...
  • ** Moderator Emeritus
  • Posts: 3715
  • Location: NE US
Question about keyboards "Home" Button
« Reply #6 on: Wed, 22 February 2012, 20:29:00 »
Install Autohotkey and put this script in your startup:

Code: [Select]
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

Home::
  Run http://www.geekhack.org/
return


This will cause your default browser to open GH.
Filco w/ Imsto thick PBT
Ducky 1087XM PCB+Plate, w/ Matias "Quiet Click" spring-swapped w/ XM Greens

Offline MyNameIsFinn

  • Thread Starter
  • Posts: 263
Question about keyboards "Home" Button
« Reply #7 on: Wed, 22 February 2012, 20:35:01 »
I did this and nothing happened.. what am I doing wrong?


#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

Home::
  Run http://www.geekhack.org/
return
[SIGPIC][/SIGPIC]

Filco TKL MX Brown

Offline MyNameIsFinn

  • Thread Starter
  • Posts: 263
Question about keyboards "Home" Button
« Reply #8 on: Wed, 22 February 2012, 20:36:18 »
Quote from: alaricljs;522442
Install Autohotkey and put this script in your startup:

Code: [Select]
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

Home::
  Run http://www.geekhack.org/
return


This will cause your default browser to open GH.

Oh wow it works, thanks a lot
[SIGPIC][/SIGPIC]

Filco TKL MX Brown