Chaosforge Forum

  • March 29, 2024, 02:43
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Question about keybindings  (Read 1888 times)

Deathwind

  • Colonel
  • *
  • Offline Offline
  • Posts: 505
  • HMP Angel of Patience 0.9.9.4
    • View Profile
Question about keybindings
« on: June 05, 2011, 23:36 »

I was digging in the abandoned section of the wiki and I found a set of Nethack style keybindings, can you still bind to the F-keys?

Here are those bindings for reference
Spoiler (click to show/hide)
Logged
v.997 [16/5/2/0/0]

tehtmi

  • Programmer
  • Supporter of Chaos
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
Re: Question about keybindings
« Reply #1 on: June 06, 2011, 01:42 »

Binding to the F# keys still works.  In the style of keybindings.lua, e.g.
Code: [Select]
F3 = function() command.quick_weapon('pistol') end,

Note that the keybinding format has changed quite a bit since those nethack style keybindings were written, but it shouldn't be hard to update them if you are so inclined.
Logged

Deathwind

  • Colonel
  • *
  • Offline Offline
  • Posts: 505
  • HMP Angel of Patience 0.9.9.4
    • View Profile
Re: Question about keybindings
« Reply #2 on: June 07, 2011, 01:19 »

It's worth it to have the center of my numpad be wait
Logged
v.997 [16/5/2/0/0]
Pages: [1]