Sponsored Content
Full Discussion: Rules and mods question
Contact Us Post Here to Contact Site Administrators and Moderators Rules and mods question Post 302277511 by Perderabo on Friday 16th of January 2009 02:37:03 PM
Old 01-16-2009
Users should allow the Moderators deal with rule infractions. Users can bring a particular post to the attention of the Moderators by using the "Report Post" feature. While we may sometimes miss a post or two, we actually have a very active Moderation Staff.

In the case you cite, a Moderator had already addressed the issue privately. This is not visible to other users. We do not delete nor edit every post that we act on. And sometimes we decide to let a user have a little slack. Our infraction system is largely invisible, but a user who accumulates too infractions is banned.

We have had some cases where Users started quarrelling over the rules and this does not help the site. So please, do report errant posts. But leave the enforcement of the rules to the Moderators.
 

2 More Discussions You Might Find Interesting

1. Solaris

[Solved] Question changing timezone rules / zic

Dear, One of our customer which is located in Iraq/Baghdad, has informed us about a official change in daylight saving time in few days later and has asked us to fix this issue. So, the current timezone of that system is set as 'Asia/Baghdad' which is correct. however to fix the issue I went... (0 Replies)
Discussion started by: Anti_Evil
0 Replies

2. UNIX for Dummies Questions & Answers

Question about udev Rules File?

Hello All, I found this site here: AndDiSa Android Blog: Nexus 7 MTP automount on OpenSuse 11.4 That sites explains how to mount an Android device that can only connect to a computer using MTP or PTP instead of what it used to get treated as, which was a Mass Storage Device. In my Rules... (0 Replies)
Discussion started by: mrm5102
0 Replies
XkbTranslateKeyCode(3)						   XKB FUNCTIONS					    XkbTranslateKeyCode(3)

NAME
XkbTranslateKeyCode - Translate a keycode to a key symbol and modifiers SYNOPSIS
Bool XkbTranslateKeyCode ( xkb, key, mods, mods_rtrn, keysym_rtrn ) XkbDescPtr xkb; KeyCode key; unsigned int mods; unsigned int * mods_rtrn; KeySym * keysym_rtrn; ARGUMENTS
- xkb keyboard description to use for translation - key keycode to translate - mods modifiers to apply when translating key - mods_rtrn backfilled with unconsumed modifiers - keysym_rtrn keysym resulting from translation DESCRIPTION
mods_rtrn is backfilled with the modifiers consumed by the translation process. mods is a bitwise inclusive OR of the legal modifier masks: ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask.The AlwaysConsumeShiftAndLock library control (see below), if enabled, causes XkbTranslateKeyCode to consume shift and lock. XkbTranslateKeyCode returns True if the translation resulted in a keysym, and False if it resulted in NoSymbol. The AlwaysConsumeShiftAndLock control, if enabled, forces XLookupString to consume the Shift and Lock modifiers when processing all keys, even if the definition for the key type does not specify these modifiers. The AlwaysConsumeShiftAndLock control is unset by default. SEE ALSO
XLookupString(3X11) X Version 11 libX11 1.2.1 XkbTranslateKeyCode(3)
All times are GMT -4. The time now is 03:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy