Skip to content

Commit 86c0b27

Browse files
WuzzySmallJoker
Wuzzy
authored andcommittedAug 4, 2017
Update minetest.conf.example for keymap_slot*
1 parent 80ded73 commit 86c0b27

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
 

‎minetest.conf.example

+92
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,98 @@
296296
# type: key
297297
# keymap_print_debug_stacks = KEY_KEY_P
298298

299+
# Key for selecting the first hotbar slot.
300+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
301+
# keymap_slot1 = KEY_KEY_1
302+
303+
# Key for selecting the second hotbar slot.
304+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
305+
# keymap_slot2 = KEY_KEY_2
306+
307+
# Key for selecting the third hotbar slot.
308+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
309+
# keymap_slot3 = KEY_KEY_3
310+
311+
# Key for selecting the fourth hotbar slot.
312+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
313+
# keymap_slot4 = KEY_KEY_4
314+
315+
# Key for selecting the fifth hotbar slot.
316+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
317+
# keymap_slot5 = KEY_KEY_5
318+
319+
# Key for selecting the sixth hotbar slot.
320+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
321+
# keymap_slot6 = KEY_KEY_6
322+
323+
# Key for selecting the seventh hotbar slot.
324+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
325+
# keymap_slot7 = KEY_KEY_7
326+
327+
# Key for selecting the eighth hotbar slot.
328+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
329+
# keymap_slot8 = KEY_KEY_8
330+
331+
# Key for selecting the ninth hotbar slot.
332+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
333+
# keymap_slot9 = KEY_KEY_9
334+
335+
# Key for selecting the tenth hotbar slot.
336+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
337+
# keymap_slot10 = KEY_KEY_0
338+
339+
# Key for selecting the 11th hotbar slot.
340+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
341+
# keymap_slot11 =
342+
343+
# Key for selecting the 12th hotbar slot.
344+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
345+
# keymap_slot12 =
346+
347+
# Key for selecting the 13th hotbar slot.
348+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
349+
# keymap_slot13 =
350+
351+
# Key for selecting the 14th hotbar slot.
352+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
353+
# keymap_slot14 =
354+
355+
# Key for selecting the 15th hotbar slot.
356+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
357+
# keymap_slot15 =
358+
359+
# Key for selecting the 16th hotbar slot.
360+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
361+
# keymap_slot16 =
362+
363+
# Key for selecting the 17th hotbar slot.
364+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
365+
# keymap_slot17 =
366+
367+
# Key for selecting the 18th hotbar slot.
368+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
369+
# keymap_slot18 =
370+
371+
# Key for selecting the 19th hotbar slot.
372+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
373+
# keymap_slot19 =
374+
375+
# Key for selecting the 20th hotbar slot.
376+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
377+
# keymap_slot20 =
378+
379+
# Key for selecting the 21th hotbar slot.
380+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
381+
# keymap_slot21 =
382+
383+
# Key for selecting the 22th hotbar slot.
384+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
385+
# keymap_slot22 =
386+
387+
# Key for selecting the 23th hotbar slot.
388+
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
389+
# keymap_slot23 =
390+
299391
## Network
300392

301393
# Address to connect to.

0 commit comments

Comments
 (0)
Please sign in to comment.