Bind & Unbind Keys
 
Notifications
Clear all

Bind & Unbind Keys

1 Posts
1 Users
0 Reactions
9,268 Views
(@cipher5)
Posts: 150
Member Admin
Topic starter
 

To bind/unbind a key open the console (F1)

Bind Crouch to C key,
[CODE]bind c duck[/CODE]

Unbind Crouch,
[CODE]bind c c[/CODE]
or
[CODE]bind c clear[/CODE]

Fix Slots 1-6,
[CODE]bind 1 +slot1
bind 2 +slot2
bind 3 +slot3
bind 4 +slot4
bind 5 +slot5
bind 6 +slot6[/CODE]

To see under water,
Bind Key 9
[CODE]bind 9 water.quality 0[/CODE]
Bind Key 0
[CODE]bind 0 water.quality 1[/CODE]

Unbind,
[CODE]bind 9 clear[/CODE]
[CODE]bind 0 clear[/CODE]

Bind No Clip
[CODE]bind F2 noclip[/CODE]

Bind ent kill to remove item from world
[CODE]bind F6 ent kill[/CODE]

Spawn Minicopter
[CODE]bind F8 spawn minicopter[/CODE]

Spawn Scrap Transport Helicopter
[CODE]bind F9 spawn scraptransporthelicopter[/CODE]

Spawn Rowboat
[CODE]bind F10 spawn rowboat[/CODE]

Spawn RHIB = Ridig-Hulled Inflatable Boat
[CODE]bind F11 spawn rhib[/CODE]

Bind Admin Chat Command Example
[CODE]bind F4 chat.say /vanish[/CODE]

[COLOR=#1A1A1B][FONT=&amp]Here’s a list of available binds. From what I can tell the “+” only allows it to fire once while no + will continually perform the action.[/FONT][/COLOR][INDENT][code]bind f1 consoletoggle
bind backquote consoletoggle
bind f7 bugreporter
bind w +forward
bind s +backward
bind a +left
bind d +right
bind mouse0 +attack
bind mouse1 +attack2
bind mouse2 +attack3
bind 1 +slot1
bind 2 +slot2
bind 3 +slot3
bind 4 +slot4
bind 5 +slot5
bind 6 +slot6
bind 7 +slot7
bind 8 +slot8
bind leftshift +sprint
bind rightshift +sprint
bind leftalt +altlook
bind r +reload
bind space +jump
bind leftcontrol +duck
bind e +use
bind v +voice
bind t chat.open
bind returnchat.open
bind mousewheelup +invnext
bind mousewheeldown +invprev
bind tab inventory.toggle[/code]

[COLOR=#1A1A1B][FONT=&quot]Important Information[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]I decided to lock my keybinds file ([FONT=inherit]keys.cfg[/FONT]), so chat commands will work flawlessly. This also makes it so I don’t have to rebind them upon launch.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Before you begin editing your [FONT=inherit]keys.cfg[/FONT], make a copy and put it on your desktop. This would serve as a backup in case something goes wrong.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]You can find your [FONT=inherit]keys.cfg[/FONT] here:[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]C:Program Files (x86)SteamsteamappscommonRustcfg[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Right click on [FONT=inherit]keys.cfg[/FONT] and press [FONT=inherit]properties[/FONT]. Check the [FONT=inherit]read only[/FONT] box, it should looks like [URL=”https://i.imgur.com/XWOtMoW.png”]this.[/URL] ([I]Mine is Danish[/I])[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Note: I am using [URL=”https://notepad-plus-plus.org/”]Notepad++[/URL] to edit all my [FONT=inherit].cfg[/FONT] files.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Okay with that being said, every time you want to change, remove or add a keybind, you absolutely have to [FONT=inherit]uncheck it[/FONT], then edit and [FONT=inherit]make sure it is checked before launching Rust[/FONT] again.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]This also makes it a bit more tricky to add new binds, as if you add the keybinds through the console, it will restart once Rust is restarted.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Understanding the keybinds[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot][I]bind q “+forward;+sprint”[/I][/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]The keybind is binded to [I]q[/I]. Keep it or change it to any key you would like.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Everything inside the [FONT=inherit]” “[/FONT] is the command. Adding a [FONT=inherit];[/FONT] makes two or more commands able to be used with one key.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Adding the [FONT=inherit]+[/FONT] makes it so the keybind is only activated while holding the button down.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot][I]bind y chat.say “Good Fight”[/I][I][FONT=inherit][/FONT][/I][/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Chat.say binds look a bit different. Here everything inside the [FONT=inherit]” “[/FONT] is the message being sent in chat.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Swap out everything inside the [FONT=inherit]” “[/FONT] and make it your own command or custom message.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]They also have [FONT=inherit][/FONT] at the end. If removed the bind sometimes doesn’t work.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]bind 7 “craft.add -2072273936″[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Craft.add commands are really easy to do aswell. In this case it is binded to 7 and will craft a bandage.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]The -2072273936 is the ID for a bandage. You can find a list of IDs [URL=”https://rustlabs.com/group=itemlist”]here.[/URL] Just click on the item you want and copy the [FONT=inherit]Identifier[/FONT]. Not all items have “[FONT=inherit]-[/FONT]” infront.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]My Vanilla-friendly Binds[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]These binds are useful and works on both vanilla and most modded servers.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind q “forward;sprint” ([I]Auto-Run use Shift + W to cancel[/I])

[*]bind b “attack;duck” ([I]Auto-Mine use Leftclick + Ctrl to cancel[/I])

[*]bind c “duck” ([I]Auto-Crouch use Ctrl to cancel[/I])

[*]bind 0 “forward;sprint;jump” ([I]Auto-Swim use Space + Shift + W to cancel[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind 6 “+slot6;+attack” ([I]Auto apply bandage or medical syringe in slot 6[/I])

[*]bind 7 “craft.add -2072273936” ([I]Auto-Craft bandage[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]You can find the item ids on [URL=”https://rustlabs.com/group=itemlist”]Rust Labs[/URL].[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind f4 “combatlog;consoletoggle” ([I]Console opens with combatlog[/I])

[*]bind y chat.say “Good Fight” ([I]Says Good Fight in the chat[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind f5 “kill” ([I]Kills you on the spot[/I])

[*]bind f6 “kill;respawn” ([I]Kills you on the spot, then makes you respawn somewhere random instantly[/I])

[*]bind f8 “respawn_sleepingbag SleepingBagID” ([I]Kills you on the spot and spawns you in a specific sleeping bag, find more info at the*[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]*Replace [I]SleepingBagID[/I] with your own bags ID. Hit the bag you want to find the ID of, once with a rock and type [I]combatlog[/I] in the console. You should find something looking like [URL=”https://i.imgur.com/6jRkCDO.png”]this.[/URL] I put the ID in a red rectangle, that is what you need to put instead of [I]SleepingBagID[/I] in the bind.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Example: [I]bind f8 “respawn_sleepingbag 6248474″[/I][/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind comma “audio.game 1” ([I]Normal Sound[/I])

[*]bind period “audio.game 2.5” ([I]Super Sound for listening to footsteps[/I])

[*]bind minus “audio.game 0” ([I]Voices Only[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind keypad7 “fov.60” ([I]Changes FOV to 60[/I])

[*]bind keypad8 “fov.90” ([I]Changes FOV to 90[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind mouse1 “+attack2;+lighttoggle” ([I]When aiming, a flashlight or laser will turn on[/I])

[*]bind k “gc.buffer 2048;physics.steps 60;hitnotify.notification_level 2” ([I]Reduces input lag, makes you just slightly higher and removes projectile_invalds[/I]**)
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]**Helk tweeted [URL=”https://twitter.com/Helkus/status/1142255707942793222″]this.[/URL] He states that you will not get a hitmarker unless it is valid, because it is sent directly from the server.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]**Use this bind only once per session.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Gestures – Vanilla-friendly[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Who doesn’t want to do gestures? Works on vanilla.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind keypad0 “gesture wave” ([I]Does the[/I] wave [I]gesture[/I])

[*]bind keypad1 “gesture victory” ([I]Does the victory gesture[/I])

[*]bind keypad2 “gesture hurry” ([I]Does the[/I] hurry [I]gesture[/I])

[*]bind keypad3 “gesture thumbsup” ([I]Does the thumbsup gesture[/I])

[*]bind keypad4 “gesture shrug” ([I]Does the shrug gesture[/I])

[*]bind keypad5 “gesture chicken” ([I]Does the chicken gesture[/I])

[*]bind keypad6 “gesture whoa” ([I]Does the whoa gesture[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]You can see the different ones [URL=”https://youtu.be/UetOTf2uOG4?t=24″]here.[/URL][/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Note: I am using my numpad for this, if you don’t have a numpad then just switch out the keys.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Admin Commands – Vanilla-friendly[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Useful commands if you have admin permissions. Works on vanilla.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind f8 “debugcamera” ([I]Debugcamera allows you to fly around outside your character[/I])

[*]bind j “noclip” ([I]Noclip allows you to fly around with your character, also used on many Sandbox servers[/I])

[*]bind keypadminus “ent kill” ([I]Deletes the entity you are looking at[/I])

[*]bind keypadperiod “teleportlos” ([I]Teleports you 1000 units in the direction you are facing[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]The teleportlos command has some options which you can see [URL=”https://youtu.be/62Za8SjC2Tc?t=214″]Shadowfrax explaining[/URL].[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]My Modded Binds[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]All of the useful commands to use on modded. Most of them include chat commands and it is easy to switch out the command.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind pagedown chat.say “/tpa” ([I]Accepts a teleport request[/I])

[*]bind pageup chat.say “/tpc” ([I]Declines a teleport request[/I])

[*]bind u chat.say “/atp addclan” ([I]Adds your clan to automatically /tpa[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind home chat.say “/home main” ([I]Teleports you to your home named main[/I])

[*]bind end chat.say “/kit medic” ([I]Claims a kit called medic[/I])

[*]bind delete “chat.say “/remove” ([I]Toggles the /remove command[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind insert chat.say “!pop” ([I]Shows the population of the server in the chat[/I])

[*]bind j “noclip” ([I]Used to noclip/fly on Sandbox servers[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind l chat.say “/turret addclan” ([I]Adds your clan to turrets[/I])

[*]bind o chat.say “/cupboard addclan” ([I]Adds your clan to cupboards[/I])

[*]bind p chat.say “/codelock addclan” ([I]Adds your clan to codelocks[/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]bind h chat.say “/turret addclan”;chat.say “/cupboard addclan”;chat.say “/codelock addclan”;chat.say “/atp addclan” ([I]This is the ultimate, adding your clan to turrets, cupboards, codelocks and auto /tpa list![/I])
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Note: All the modded commands may vary from server to server. These are designed for [URL=”https://rustoria.co/”]Rustoria 5x[/URL] but can easily be swapped out if you play a different server. Go to [FONT=inherit]Understanding the keybinds[/FONT] section to see how.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Extra special binds for Discord users[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]How to mute yourself on Discord while speaking ingame on Rust or any other game:[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]

[LIST]
[*]Go to your Discord User Settings and locate [FONT=inherit]Keybinds[/FONT]

[*]Press [FONT=inherit]Add a Keybind[/FONT] and select the action as [FONT=inherit]Push to Mute[/FONT]

[*]Select the [FONT=inherit]Keybind[/FONT] to whatever key you use to talk ingame in Rust

[*]Locate [FONT=inherit]Notifications[/FONT] in the Discord User Settings

[*]Scroll down till you see [FONT=inherit]Sounds[/FONT]

[*]Disable the following: [FONT=inherit]Mute[/FONT], [FONT=inherit]Unmute[/FONT], [FONT=inherit]PTT Activate[/FONT] & [FONT=inherit]PTT Deactivate[/FONT] it should look like [URL=”https://i.imgur.com/Wd3XoQ2.png”]this[/URL]

[*]Make sure the keybind is the same on Rust and Discord

[*][FONT=inherit]Optional:[/FONT] Make two binds ingame for push to talk, so your Discord friends can listen while you scream at nakeds
[/LIST]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]Also you can make binds to toggle mute and deafen on Discord. The binds are simple to make, and should look something like [URL=”https://i.imgur.com/t55AXGy.png”]this.[/URL] You can locate this menu in [FONT=inherit]User Settings[/FONT] and then [FONT=inherit]Keybinds[/FONT].[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]List of bindable keys that worked for me[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]These are all of the keys that worked and could be binded when I last tested.[/FONT][/COLOR]
[COLOR=#1A1A1B][FONT=&quot]
[/FONT][/COLOR]
[TABLE=”class: MRH-njmSb5ZTkfb1o4dqv”]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TH=”class: _3TNkDptlyGOiWXvdX_acOB, align: center”]a – z[/TH]
[TH=”class: _3TNkDptlyGOiWXvdX_acOB, align: center”]Letters from a to z[/TH]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]0 – 9[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Numbers from 0 to 9[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]f1-f12[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Keys from f1 to f12[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]mouse0, mouse1 & mouse2[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Left, right & middle mouse button respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]uparrow, downarrow, leftarrow & rightarrow[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Up, down, left & right arrow button respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]backquote, minus, equals, quote, comma & period[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]~ – = ‘ , . respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]tab, capslock & windowskey ([I]leftcommand for mac users[/I])[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Tab, CapsLock & Windows Key ([I]leftcommand for mac users[/I]) keys respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]leftshift, rightshift, leftcontrol, rightcontrol, leftalt & rightalt[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Left and right for Shift, CTRL and ALT keys respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]space ([I]spacebar[/I]), enter ([I]return[/I]), backspace & backslash[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Spacebar, Enter, Backspace and Backslash keys respectively[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]scrolllock, pause, insert, home, delete & end[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Some of the keys above the arrow keys[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]pageup & pagedown[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Pageup & Pagedown keys above the arrow keys[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]keypad0 – keypad9[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]Numbers from 0 to 9, on the keypad[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]keypadplus, keypadminus, keypadmultiply & keypaddivide[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]+ – * / respectively, on the keypad[/TD]
[/TR]
[TR=”class: s6JZe6869f81l9E_5G7Q9, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”]keypadperiod & keypadenter[/TD]
[TD=”class: _3DYfYn_cczg1wj_a3hhyV6, bgcolor: var(–newCommunityTheme-bodyAlpha80)”], and enter respectively, on the keypad[/TD]
[/TR]
[/TABLE]
[COLOR=#1A1A1B][FONT=&quot]Note: Some of the keys have an alternative in parenthesis if the other one does not work.[/FONT][/COLOR]
[/INDENT]

 
Posted : 28/12/2019 4:23 pm
Share: