autorun overhaul + shell input readline commands + launcher option + shell colors
This commit is contained in:
@@ -75,7 +75,7 @@ end)
|
||||
local modifiers = Util.transpose {
|
||||
keys.leftCtrl, keys.rightCtrl,
|
||||
keys.leftShift, keys.rightShift,
|
||||
--keys.leftAlt, keys.rightAlt,
|
||||
keys.leftAlt, keys.rightAlt,
|
||||
}
|
||||
|
||||
kernel.hook({ 'key', 'key_up', 'char', 'paste' }, function(event, eventData)
|
||||
|
||||
Reference in New Issue
Block a user