Fresh IDE . keycodes.inc at [947e41d975]
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

File freshlib/gui/Linux/keycodes.inc artifact 6fe9e6d69f part of check-in 947e41d975


; _______________________________________________________________________________________
;|                                                                                       |
;| ..::FreshLib::..  Free, open source. Licensed under "BSD 2-clause" license."          |
;|_______________________________________________________________________________________|
;
;  Description: This file contains scan code values for control keyboard keys.
;
;  Target OS: Linux
;
;  Dependencies:
;
;  Notes:
;_________________________________________________________________________________________

keyHomeNumpad   = $ff95
keyUpNumpad     = $ff97
keyPgUpNumpad   = $ff9a
keyLeftNumpad   = $ff96
key5Numpad      = $ff9d
keyRightNumpad  = $ff98
keyEndNumpad    = $ff9c
keyDownNumpad   = $ff99
keyPgDnNumpad   = $ff9b
keyInsNumpad    = $ff9e
keyDelNumpad    = $ff9f
keyEnterNumpad  = $ff8d
keyPlusNumpad   = $ffab
keyMinusNumpad  = $ffad
keyAsteriskNumpad = $ffaa
keySlashNumpad  = $ffaf

keyNumLock      = $ff7f
keyScrollLock   = $ff14
keyPause        = $ff13


keyLeft         = $ff51
keyRight        = $ff53
keyUp           = $ff52
keyDown         = $ff54

keyInsert       = $ff63
keyDelete       = $ffff
keyHome         = $ff50
keyEnd          = $ff57
keyPgUp         = $ff55
keyPgDown       = $ff56

keyF1           =  $ffbe
keyF2           =  $ffbf
keyF3           =  $ffc0
keyF4           =  $ffc1

keyF5           =  $ffc2
keyF6           =  $ffc3
keyF7           =  $ffc4
keyF8           =  $ffc5

keyF9           =  $ffc6
keyF10          =  $ffc7
keyF11          =  $ffc8
keyF12          =  $ffc9

keyCapsLock     = $ffe5
keyShiftLeft    = $ffe1
keyCtrlLeft     = $ffe3
;keyWndLeft     =
;keyWndRight    =
keyAltLeft      = $ffe9
keyAltRight     = $ffea
keyPopupMenu    = $ff67
keyShiftRight   = $ffe2
keyCtrlRight    = $ffe4
keyBackSpace    = $ff08